Class FloatDocValues
java.lang.Object
org.apache.lucene.queries.function.FunctionValues
org.apache.lucene.queries.function.docvalues.FloatDocValues
Abstract
FunctionValues implementation which supports retrieving float values.
Implementations can control how the float values are loaded through floatVal(int)}-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.queries.function.FunctionValues
FunctionValues.ValueFiller -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FloatDocValues
-
-
Method Details
-
byteVal
public byte byteVal(int doc) - Overrides:
byteValin classFunctionValues
-
shortVal
public short shortVal(int doc) - Overrides:
shortValin classFunctionValues
-
floatVal
public abstract float floatVal(int doc) - Overrides:
floatValin classFunctionValues
-
intVal
public int intVal(int doc) - Overrides:
intValin classFunctionValues
-
longVal
public long longVal(int doc) - Overrides:
longValin classFunctionValues
-
doubleVal
public double doubleVal(int doc) - Overrides:
doubleValin classFunctionValues
-
strVal
- Overrides:
strValin classFunctionValues
-
objectVal
Description copied from class:FunctionValuesNative Java Object representation of the value- Overrides:
objectValin classFunctionValues
-
toString
- Specified by:
toStringin classFunctionValues
-
getValueFiller
- Overrides:
getValueFillerin classFunctionValues
-