-
Notifications
You must be signed in to change notification settings - Fork 0
Query Strategy
Sidhant Aggarwal edited this page Aug 3, 2020
·
1 revision
Controls if and how query words are interpreted as prefixes.
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