ResultDocumentData ClassAnkiro Enterprise Suite Reference Documentation
Inheritance Hierarchy

System Object
  Ankiro.SearchServer.Data.Search ResultDocumentData

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 ResultDocumentData : IExtensibleDataObject

The ResultDocumentData type exposes the following members.

Constructors

  NameDescription
Public methodResultDocumentData
Initializes a new instance of the ResultDocumentData 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 methodGetProperty
Public methodGetPropertyValue
Public methodGetPropertyValues
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 propertyCreated
The internal creation date of the document.
Public propertyDataSourceId
The id of the data source to which the document belongs.
Public propertyExtensionData
Public propertyFriendlyUri
The optional friendly uri of the result document.
Public propertyHotspotInformation
Public propertyId
The internal id of the result document.
Public propertyItemCount
Number of items contained in the document.
Public propertyItems
The collection of items belonging to the result document.
Public propertyLanguage
The language of the document.
Public propertyLastUpdated
The internal timestamp of the last update to the document.
Public propertyLogicalOffset
The logical offset of the result document in the result set of the search query returning the document.
Public propertyMatchedItemCount
Number of items logically matched by the search, regardless of the value of ResultFormat/@max-item-results.
Public propertyPosition
The optional geographical location of the document, if meaningful in the context of the data source.
Public propertyProperties
The collection of properties for the document that have been marked with ReturnWithResults=true.
Public propertyServerIndexId
The id of the server index in which the document is indexed.
Public propertyServerNodeId
The id of the search server node on which the document is located.
Public propertyStaticWeight
The static document weight of the document, irrespective of the search query matching the document. Search result pages should rely on the Weight field exclusively for presenting relevance measures. The static document weight is primarily returned as an extra element of added information about the nature of the matched document.
Public propertyUri
The data source specific uri of the result document.
Public propertyVersion
The internal database version of the result document.
Public propertyWeight
The ranking weight of the result document, specified in the interval [0, 1.0].
Top
See Also