The SearchResults type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetSample |
Get a formatted document sample to display.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
BestSuggestion |
Best suggestion to suggest to user. If null then there is either no suggestion or
the request did not fall within the parameters for offering a suggestion.
| |
Formatter |
Formatter for highlighter. Used in samples returned from GetSample method call.
| |
FragmentSize |
Fragment size for samples returned from GetSample method call.
| |
OriginalQuery |
Query used to generate current document results.
| |
PagedDocuments |
PaginatedList object for current documents. This collections returns a filtered list of
viewable documents for the requesting user.
| |
RawDocuments |
All documents returned from the query. This collection has not been filtered for the current user.
|