Enum SuggestMode
Set of strategies for suggesting related terms @lucene.experimental
Assembly: Lucene.Net.Suggest.dll
Syntax
public enum SuggestMode : int
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) |