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.ServicesAssembly: Ankiro.SearchServer.Web (in Ankiro.SearchServer.Web.dll) Version: 1.13.770.19253 (1.13.770.19253)
Syntax
Parameters
- parameters
- Type: Ankiro.SearchServer.Data.Search TypeAheadParameters
Return Value
Type: IList TypeAheadSuggestionSee Also