Apache Lucene.Net 2.4.0 Class Library API

Hit Members

Hit overview

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current 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 (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetId Returns id for this hit.
GetScore Returns score for this hit.
GetType (inherited from Object)Gets the Type of the current instance.
ToString Prints the parameters to be used to discover the promised result.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Hit Class | Lucene.Net.Search Namespace