Inheritance Hierarchy
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
The ResultDocumentData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ResultDocumentData | Initializes a new instance of the ResultDocumentData class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetProperty | |
![]() | GetPropertyValue | |
![]() | GetPropertyValues | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Created |
The internal creation date of the document.
|
![]() | DataSourceId |
The id of the data source to which the document belongs.
|
![]() | ExtensionData | |
![]() | FriendlyUri |
The optional friendly uri of the result document.
|
![]() | HotspotInformation | |
![]() | Id |
The internal id of the result document.
|
![]() | ItemCount |
Number of items contained in the document.
|
![]() | Items |
The collection of items belonging to the result document.
|
![]() | Language |
The language of the document.
|
![]() | LastUpdated |
The internal timestamp of the last update to the document.
|
![]() | LogicalOffset |
The logical offset of the result document in the result set of the search query returning the document.
|
![]() | MatchedItemCount |
Number of items logically matched by the search, regardless of the value of ResultFormat/@max-item-results.
|
![]() | Position |
The optional geographical location of the document, if meaningful in the context of the data source.
|
![]() | Properties |
The collection of properties for the document that have been marked with ReturnWithResults=true. |
![]() | ServerIndexId |
The id of the server index in which the document is indexed.
|
![]() | ServerNodeId |
The id of the search server node on which the document is located.
|
![]() | StaticWeight |
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.
|
![]() | Uri |
The data source specific uri of the result document.
|
![]() | Version |
The internal database version of the result document.
|
![]() | Weight |
The ranking weight of the result document, specified in the interval [0, 1.0].
|
See Also