Enum SuggestMode
Set of strategies for suggesting related terms
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Namespace: Lucene.Net.Search.Spell
Assembly: Lucene.Net.Suggest.dll
Syntax
public enum SuggestMode
Fields
Name | Description |
---|---|
SUGGEST_ALWAYS | Always attempt to offer suggestions (however, other parameters may limit suggestions. For example, see MaxQueryFrequency ). |
SUGGEST_MORE_POPULAR | Return only suggested words that are as frequent or more frequent than the searched word |
SUGGEST_WHEN_NOT_IN_INDEX | Generate suggestions only for terms not in the index (default) |