You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description:CaseSensitive parameter regulates whether words with different letter-case patterns should be treated as different words.
Parameter type:Boolean
Default value:1
Possible values:
  • 0 – words containing different case patterns are treated as identical. Example: “WebSpellChecker” and “webspellchecker” are identical words.
  • 1 – words containing different case patterns are treated as two separate words.

Setting the default value to 0 will degrade system performance.

<CaseSensitive>1</CaseSensitive>

  • No labels