StopWordIndex

How to index stop words. Use one of the following options:

  • 0. Do not index stop words.

  • 1. Index stop words.

  • 2. Index stop words, but prevent IDOL Server from expanding Wildcards to stop words.

Type: Long
Default: 0
Required: No
Configuration Section: LanguageTypes
Example: StopWordIndex=1

NOTE: In queries, IDOL Server matches stop words only in a phrase search. For example:


winnie the bear. IDOL Server ignores the stop word the.
"winnie the bear". IDOL Server includes the stop word the in the phrase query.
copy of "winnie the bear". IDOL Server ignores the stop word of, but it includes the in the phrase query.
See Also:

DefaultLanguageType

NOTE: If you change this setting after you have indexed content into IDOL Server, you must reindex the content.