Paragraph and Sentence Keyword Search
To find documents that contain groups of keywords within the same sentence or paragraph, enable the AdvancedPlus
setting before you index content into the IDOL Content component. 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 Content component configuration file before you index content.
For example, if you query Content with cat SENTENCE dog
, it returns only documents that contain the word cat and the word dog in the same sentence. If you query Content with cat PARAGRAPH dog
, it returns only documents that contain the word cat and the word dog in the same paragraph.