Contains information about an association between a specific search phrase (term) and a specific document,
which should be returned at a specific position in search results for that search phrase.
Inheritance Hierarchy
Ankiro.SearchServer.Data DocumentTermBindingData
Namespace: Ankiro.SearchServer.Data
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax
The DocumentTermBindingData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DocumentTermBindingData | Initializes a new instance of the DocumentTermBindingData 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.) |
![]() | 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 | |
---|---|---|
![]() | DocumentId |
The internal database id of the document bound to a search phrase.
|
![]() | DocumentUri |
The uri of a document bound to a search phrase.
|
![]() | ExtensionData | |
![]() | Id |
The internal database id of the term binding instance. This property should never be modified manually.
|
![]() | Language |
The optional language of the term binding, in case the term binding is language sensitive.
|
![]() | PositionInResult |
The logical position in the result (starting from position 1) that the specified document should be ranked, when executing a search for the specific search phrase of the term binding.
|
![]() | Term |
The search phrase associated with the term binding.
|
See Also