Property LowerCaseTerms
LowerCaseTerms
True if the spellchecker should lowercase terms (default: true)
This is a convenience method, if your index field has more complicated analysis (such as StandardTokenizer removing punctuation), its probably better to turn this off, and instead run your query terms through your Analyzer first.
If this option is not on, case differences count as an edit!
Declaration
public virtual bool LowerCaseTerms { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |