The SearchResults type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSample
Get a formatted document sample to display.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

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