ISearchWebService GetTypeAheadSuggestions Method Ankiro Enterprise Suite Reference Documentation
Retrieves type ahead information for a given partial user query. This method is designed to provide data for populating a drop down box when interactively suggesting search terms to an end user. Suggestions are obtained by analyzing previous distinct search phrases that have been logged. No actual search is carried out when invoking GetTypeAheadSuggestions, however an average of previously matched documents for suggested search terms are returned for each type ahead suggestion.

Namespace: Ankiro.SearchServer.Web.Services
Assembly: Ankiro.SearchServer.Web (in Ankiro.SearchServer.Web.dll) Version: 1.13.770.19253 (1.13.770.19253)
Syntax

IList<TypeAheadSuggestion> GetTypeAheadSuggestions(
	TypeAheadParameters parameters
)

Return Value

Type: IList TypeAheadSuggestion 
See Also