PreviewSearchResult ClassAnkiro Enterprise Suite Reference Documentation
Inheritance Hierarchy

System Object
  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

public class PreviewSearchResult : SearchResult

The PreviewSearchResult type exposes the following members.

Constructors

  NameDescription
Public methodPreviewSearchResult 
Initializes a new instance of the PreviewSearchResult class
Public methodPreviewSearchResult(SearchResult)
Initializes a new instance of the PreviewSearchResult class
Top
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyDecorations (Inherited from SearchResult.)
Public propertyDiagnostics
Diagnostic information for debug purposes.
(Inherited from SearchResult.)
Public propertyDocuments
The set of result documents returned by the search query.
(Inherited from SearchResult.)
Public propertyEffectiveParameters
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.)
Public propertyExtensionData (Inherited from SearchResult.)
Public propertyGroupInfo
Optional grouping information for the search result, in case the search profile executed, specified one or more GroupBy constructs.
(Inherited from SearchResult.)
Public propertyGroupSummations
Optional group summation information for the search result, in case the search profile executed, specified one or more GroupSummation constructs.
(Inherited from SearchResult.)
Public propertyOffset
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.)
Public propertyPreFacetInfo
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.)
Public propertySearchId
The unique id of the search result as logged in the database when SearchParameters.LogSearch=true.
(Inherited from SearchResult.)
Public propertySearchTime
Total time used in the search service to execute the search query. This number includes time spent logging the search.
(Inherited from SearchResult.)
Public propertySpellcheckSuggestions
The set of spell check suggestions generated by the internal spellchecker, in case SearchParameters.SpellcheckSearchString=true.
(Inherited from SearchResult.)
Public propertyTimestamp
The timestamp of the execution of the search.
(Inherited from SearchResult.)
Public propertyTotalResults
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.)
Public propertyTypeAheadSuggestions
Public propertyUsedSearchString
Public propertyWeightThresholds (Inherited from SearchResult.)
Public propertyXmlResult
If ReturnLegacySearchResult is specified on SearchParameters, then this property will contain a legacy XML search result.
(Inherited from SearchResult.)
Top
See Also