TypeAheadLookupMethod EnumerationAnkiro Enterprise Suite Reference Documentation

Namespace: Ankiro.SearchServer.Data.Search
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax

public enum TypeAheadLookupMethod
Members

  Member nameValueDescription
SearchLog0 Specifies that typeahead suggestions should be generated based on historical search profile searches.
SearchProfileProperties1 Specifies that typeahead suggestions should be generated based on sortable properties searched by the referenced search profile.
CustomSource2 Specifies that TypeAheadParameters.CustomSources specifies a set of typeahead sources which should be used to generated suggestions.
SearchLogAndSearchProfileProperties3 Specifies that suggestions should be a combination of SearchLog with a fallback to SearchProfileProperties suggestions.
SearchLogAndCustomSource4 Specifies that suggestions should be a combination of SearchLog with a fallback to CustomSource suggestions.
SearchProfilePropertiesAndSearchLog5 Specifies that suggestions should be a combination of SearchProfileProperties with a fallback to SearchLog suggestions.
CustomSourceAndSearchLog6 Specifies that suggestions should be a combination of CustomSource with a fallback to SearchLog suggestions.
See Also