-
Notifications
You must be signed in to change notification settings - Fork 25.8k
ES|QL: automatic prefiltering for semantic_text match queries #132068
Copy link
Copy link
Closed
Labels
:Search Relevance/ES|QLSearch functionality in ES|QLSearch functionality in ES|QL:Search Relevance/SearchCatch all for Search RelevanceCatch all for Search Relevance>bugTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearchpriority:normalA label for assessing bug priority to be used by ES engineersA label for assessing bug priority to be used by ES engineers
Metadata
Metadata
Assignees
Labels
:Search Relevance/ES|QLSearch functionality in ES|QLSearch functionality in ES|QL:Search Relevance/SearchCatch all for Search RelevanceCatch all for Search Relevance>bugTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearchpriority:normalA label for assessing bug priority to be used by ES engineersA label for assessing bug priority to be used by ES engineers
Type
Fields
Give feedbackNo fields configured for issues without a type.
tracked in #123043
When using match with semantic_text fields that are backed by dense_vector embeddings, we should automatically apply pre-filters similarly to what we do for knn #131004.
The fact that we don't apply pre-filters right now constitutes a bug.