Keyoti SearchUnit API Docs
SpellingSuggestionSource Enumeration
API DocumentationKeyoti.SearchEngine.SuggestionsSpellingSuggestionSource
Keyoti SearchUnit v6
Where to look for spelling suggestions for erroneous words.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public enum SpellingSuggestionSource
public enum SpellingSuggestionSource
Public Enumeration SpellingSuggestionSource
Public Enumeration SpellingSuggestionSource
public enum class SpellingSuggestionSource
public enum class SpellingSuggestionSource
type SpellingSuggestionSource
type SpellingSuggestionSource
Members
MemberDescription
FromEventOnly Fastest source (from internal perspective) - suggestions are only taken from the FoundSpellingErrorEventArgs.
PresetDictionary Second fastest - suggestions are obtained from the internal dictionary (as specified by Language property).
SearchLexicon Third fastest - suggestions are obtained from the current list of words which have been indexed. Speed varies greatly depending on size of lexicon (eg. roughly 1 second for 100,000 words).
PresetDictionaryAndOptionalSearchLexicon Optimal (default) - uses the dictionary always, and the SearchLexicon only when no search results have been found.
PresetDictionaryAndSearchLexicon Slowest - uses the preset-dictionary and the search-lexicon always.
Remarks
Care should be taken when using any option with "SearchLexicon" as this can become slow when the lexicon becomes very large (>100,000 entries).

Assembly: Keyoti4.SearchEngine.Web (Module: Keyoti4.SearchEngine.Web.dll) Version: 2015.6.15.120