DocumentTermBindingData ClassAnkiro Enterprise Suite Reference Documentation
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

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

public class DocumentTermBindingData : IExtensibleDataObject

The DocumentTermBindingData type exposes the following members.

Constructors

  NameDescription
Public methodDocumentTermBindingData
Initializes a new instance of the DocumentTermBindingData 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 propertyDocumentId
The internal database id of the document bound to a search phrase.
Public propertyDocumentUri
The uri of a document bound to a search phrase.
Public propertyExtensionData
Public propertyId
The internal database id of the term binding instance. This property should never be modified manually.
Public propertyLanguage
The optional language of the term binding, in case the term binding is language sensitive.
Public propertyPositionInResult
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.
Public propertyTerm
The search phrase associated with the term binding.
Top
See Also