Skip to content

Query Strategy

Sidhant Aggarwal edited this page Aug 3, 2020 · 1 revision

Controls if and how query words are interpreted as prefixes.

Options:

PREFIX_LAST: Only the last word is interpreted as a prefix (Most suitable for major use cases)

ALL_MATCH: A Search is considered a success only if all the words in the query match the document

ANY_MATCH: A Search is considered a success if any of the words in the query match the document

Clone this wiki locally