The SearchResults type exposes the following members.
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.
|