The DocValues type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | DoubleVal | Return doc value as a double.
Optional: DocValues implementation can (but don't have to) override this method.
|
![]() | Equals | (Inherited from Object.) |
![]() | Explain | Explain the scoring value for the input doc. |
![]() | 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.) |
![]() | FloatVal | Return doc value as a float.
Mandatory: every DocValues implementation must implement at least this method.
|
![]() | GetAverageValue | Returns the average of all values or ![]() Float.NaN |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetInnerArray | Expert: for test purposes only, return the inner array of values, or null if not applicable.
Allows tests to verify that loaded values are:
|
![]() | GetMaxValue | Returns the maximum of all values or ![]() Float.NaN |
![]() | GetMinValue | Returns the minimum of all values or ![]() Float.NaN |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IntVal | Return doc value as an int.
Optional: DocValues implementation can (but don't have to) override this method.
|
![]() | LongVal | Return doc value as a long.
Optional: DocValues implementation can (but don't have to) override this method.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | StrVal | Return doc value as a string.
Optional: DocValues implementation can (but don't have to) override this method.
|
![]() | ToString()()()() | (Inherited from Object.) |
![]() | ToString(Int32) | Return a string representation of a doc value, as reuired for Explanations. |