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