Enum SuggesterOptions
LUCENENET specific type for specifying Analyzing
Namespace: Lucene.Net.Search.Suggest.Analyzing
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. |