SearchResult ClassAnkiro Enterprise Suite Reference Documentation
The SearchResult class contains all information associated with a search result as e.g. obtained through the search web service.
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 SearchResult : IExtensibleDataObject

The SearchResult type exposes the following members.

Constructors

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

[!:Ankiro.SearchServer.Web.Services.ISearchWebService]