Inheritance Hierarchy
Ankiro.SearchServer.Data.Search SearchResult
Ankiro.SearchServer.Data.Search PreviewSearchResult
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 PreviewSearchResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PreviewSearchResult | Initializes a new instance of the PreviewSearchResult class |
![]() | PreviewSearchResult(SearchResult) | Initializes a new instance of the PreviewSearchResult 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 | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Decorations | (Inherited from SearchResult.) |
![]() | Diagnostics |
Diagnostic information for debug purposes.
(Inherited from SearchResult.) |
![]() | Documents |
The set of result documents returned by the search query.
(Inherited from SearchResult.) |
![]() | EffectiveParameters |
NOTE: This property is only used when custom server side processing of search parameters has been applied.
The effectively used parameters after server side processing.
(Inherited from SearchResult.) |
![]() | ExtensionData | (Inherited from SearchResult.) |
![]() | GroupInfo |
Optional grouping information for the search result, in case the search profile executed, specified one or more GroupBy constructs.
(Inherited from SearchResult.) |
![]() | GroupSummations |
Optional group summation information for the search result, in case the search profile executed, specified one or more GroupSummation constructs.
(Inherited from SearchResult.) |
![]() | Offset |
The logical offset of the first returned document in the search result. Offsets are specified at the time of search, using SearchParameters.Offset. .
(Inherited from SearchResult.) |
![]() | PreFacetInfo |
When SearchParameters.FacetParameters contain one or more parameters, contains the group information and group summation information that would have been
obtained _without_ the specified set of facet parameters. This can be useful when e.g. it is desired to display facet information for non-matched (due to facet limiters)
facets - in other words, the set of documents the user is 'missing out on'.
(Inherited from SearchResult.) |
![]() | SearchId |
The unique id of the search result as logged in the database when SearchParameters.LogSearch=true. (Inherited from SearchResult.) |
![]() | SearchTime |
Total time used in the search service to execute the search query. This number includes time spent logging the search.
(Inherited from SearchResult.) |
![]() | SpellcheckSuggestions |
The set of spell check suggestions generated by the internal spellchecker, in case SearchParameters.SpellcheckSearchString=true. (Inherited from SearchResult.) |
![]() | Timestamp |
The timestamp of the execution of the search.
(Inherited from SearchResult.) |
![]() | TotalResults |
Total number of results matched by the search query, irrespective of the number of documents returned. Inspect the size of the Documents collection to obtain the number of returned result documents.
(Inherited from SearchResult.) |
![]() | TypeAheadSuggestions | |
![]() | UsedSearchString | |
![]() | WeightThresholds | (Inherited from SearchResult.) |
![]() | XmlResult |
If ReturnLegacySearchResult is specified on SearchParameters, then this property will contain a
legacy XML search result.
(Inherited from SearchResult.) |
See Also