-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Full-text search in ES|QL #110131
Copy link
Copy link
Closed
Labels
:Search Relevance/SearchCatch all for Search RelevanceCatch all for Search RelevanceMetaTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearch
Metadata
Metadata
Assignees
Labels
:Search Relevance/SearchCatch all for Search RelevanceCatch all for Search RelevanceMetaTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearch
Type
Fields
Give feedbackNo fields configured for issues without a type.
Meta issue listing tasks and subtasks for consideration as part of the Initial Search in ES|QL initiative.
Initially the features will be available only on snapshot builds.
MATCHoperator:FROM employees | WHERE title MATCH "test": @ioanatia Search in ES|QL: Add MATCH operator #110971MATCHqueryMATCHcommand:FROM employees | MATCH "query string": @carlosdelestquery_stringqueryMATCHoperator, we only need to map all failure cases through testsMATCHoperator and command:RENAMEwithMATCHoperator Search in ES|QL: Add MATCH operator #110971 (comment)FROM employees METADATA _score | WHERE title MATCH "test" | SORT _score@tteofili_scoreas a metadata attribute_scoreis present it will be altered by queries such asMATCHqstrfunction @carlosdelest ESQL QSTR function #112590matchfunctionMATCHfollowingMV_EXPANDwill produce an invalid plan #115353Enhacements: