Query Expansion Example
The figure below shows the query tree for a user’s search for documents containing the words "Red Sox" or "Chicago bulls", and modified after January 1, 2016:
((Red Sox) OR (Chicago Bulls)) AND lastmodified>=2016/01/01
Query Expansion ExampleThe figure below shows the query tree for a user’s search for documents containing the words "Red Sox" or "Chicago bulls", and modified after January 1, 2016: ((Red Sox) OR (Chicago Bulls)) AND lastmodified>=2016/01/01 Character InterpretationLeaf nodes can have different prefixes such as:
The query processor allows nonalphanumerical characters in words in a few special cases that you can configure. Leaves can also have options. You must specify the options in brackets and separated by quotes. The following leaf options are available:
Matching ModesEach word can exist in the index at several matching modes (or index kinds). The matching between word predicates and document words is defined by the matching mode of predicates. The matching mode can be one of the following:
|