The SearchResults type exposes the following members.

Properties

  NameDescription
Public propertyBestSuggestion
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.
Public propertyFormatter
Formatter for highlighter. Used in samples returned from GetSample method call.
Public propertyFragmentSize
Fragment size for samples returned from GetSample method call.
Public propertyOriginalQuery
Query used to generate current document results.
Public propertyPagedDocuments
PaginatedList object for current documents. This collections returns a filtered list of viewable documents for the requesting user.
Public propertyRawDocuments
All documents returned from the query. This collection has not been filtered for the current user.

See Also