Identifies source of autocomplete suggestions.
| C# | Visual Basic |
public enum AutoCompleteSuggestionSource
Public Enumeration AutoCompleteSuggestionSource
| Member | Description |
|---|---|
| IndexLexicon |
Get suggestions from the words contained in the index.
|
| PopularSearches |
Get suggestions from a list of popular searches.
|
| PopularSearchesAndLexicon |
Get suggestions from a list of popular searches and if need be (not enough suggestions) supplement with terms from the lexicon.
|
Assembly: Keyoti4.SearchEngine.Web (Module: Keyoti4.SearchEngine.Web.dll) Version: 2022.8.22.610