Click or drag to resize
SphinxMatch Class
Provides information about a matched document.
Inheritance Hierarchy
SystemObject
  SphinxConnector.NativeApiSphinxMatch

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
[SerializableAttribute]
public class SphinxMatch

The SphinxMatch type exposes the following members.

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.
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyAttributes
Gets a collection containing the attributes of the matched document.
Public propertyDocumentId
Gets the id of the matched document.
Public propertyWeight
Gets the weight of the document.
Top
See Also