Skip to content

ES|QL - Allow inclusion of dense_vector fields in _source #139957

@carlosdelest

Description

@carlosdelest

Description

dense_vector fields are excluded from _source according to the index settings default (see ).

In case users need to retrieve dense_vector fields from _source, they will use a SET setting in ES|QL:

SET exclude_vectors=false;
FROM my_index METADATA _source
...

When the exclude_vectors SET option is set to true / false, it will override the index setting and retrieve or not the dense_vector fields in the _source METADATA field.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions