The StopWordIndex
configuration parameter defines how to handle stop words during indexing. It has the following options:
Option | Description |
---|---|
0 | Do not index stop words. |
1 | Index stop words. |
2 | Index stop words, but prevent IDOL Server from expanding wildcard values to stop words. |
In queries, IDOL Server matches stop words only in a phrase.
alfred the bear
. IDOL ignores the stop word the.
"alfred the bear"
. IDOL includes the stop word the in the phrase query.
copy of "alfred the bear"
. IDOL ignores the stop word of, but it includes the in the phrase query.
If you change this setting after you have indexed content into IDOL Server, you must re-index the content.
|