Contains a type ahead suggestion, specifying a search phrase and an historical average of the number of results matching the search phrase.
Inheritance Hierarchy
Ankiro.SearchServer.Data.Search TypeAheadSuggestion
Namespace: Ankiro.SearchServer.Data.Search
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax
The TypeAheadSuggestion type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TypeAheadSuggestion | Initializes a new instance of the TypeAheadSuggestion class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Overrides Object ToString .) |
Properties
Name | Description | |
---|---|---|
![]() | AverageNumberOfResults |
Average number of results matched by search phrase historically.
|
![]() | AverageSearchTimeMilliseconds | |
![]() | SearchCount | |
![]() | Term |
Search phrase suggestion.
|
See Also