Apache Lucene.Net 2.4.0 Class Library API

DocValues Methods

The methods of the DocValues class are listed below. For a complete list of DocValues class members, see the DocValues Members topic.

Public Instance Methods

DoubleVal 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
Explain Explain the scoring value for the input doc.
FloatVal 
GetAverageValue Returns the average of all values.
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.
GetInnerArray 
GetMaxValue Optional op. Returns the maximum of all values.
GetMinValue Optional op. Returns the minimum of all values.
GetType (inherited from Object)Gets the Type of the current instance.
IntVal 
LongVal 
StrVal 
ToStringOverloaded. Return a string representation of a doc value, as reuired for Explanations.
ToString (inherited from Object)Overloaded. Returns a String that represents the current Object.

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

DocValues Class | Lucene.Net.Search.Function Namespace