Enum SuggesterOptions
LUCENENET specific type for specifying AnalyzingSuggester and FuzzySuggester options.
Assembly: Lucene.Net.Suggest.dll
Syntax
public enum SuggesterOptions : int
Fields
Name | Description |
---|---|
EXACT_FIRST | Always return the exact match first, regardless of score. |
PRESERVE_SEP | Preserve token separators when matching. |