The Hit type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
Get | Returns the string value of the field with the given name if any exist in
this document, or null. If multiple fields exist with this name, this
method returns the first value added. If only binary fields with this name
exist, returns null.
| |
GetBoost | Returns the boost factor for this hit on any field of the underlying document.
| |
GetDocument | Returns document for this hit.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetId | Returns id for this hit.
| |
GetScore | Returns score for this hit.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Prints the parameters to be used to discover the promised result. (Overrides Object..::..ToString()()()().) |