You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.