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: “American” and “american” 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