To find documents that contain groups of keywords within the same sentence or paragraph, enable the AdvancedPlus
setting before you index content into IDOL Server. This parameter also enables the functionality of AdvancedSearch
and AdvancedCaseSearch
.
To query for keywords in the same paragraph or sentence by using the PARAGRAPH
and SENTENCE
operators, set AdvancedPlus
to True
in the [Server]
section of the IDOL Server configuration file before you index content.
For example, if you query IDOL Server with cat SENTENCE dog
, it returns only documents that contain the word cat and the word dog in the same sentence. If you query IDOL Server with cat PARAGRAPH dog
, it returns only documents that contain the word cat and the word dog in the same paragraph.
|