-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>enhancement
Description
We can leverage #28290 to optimize phrase_prefix on match query. If the index_prefix option is set on the field we can query the last term using the prefix field, this should speed up the query significantly (a single term query) and increase the recall since all expansions would match.
jpountz
Metadata
Metadata
Assignees
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>enhancement