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:
byteVal
in classFunctionValues
-
shortVal
public short shortVal(int doc) - Overrides:
shortVal
in classFunctionValues
-
floatVal
public abstract float floatVal(int doc) - Overrides:
floatVal
in classFunctionValues
-
intVal
public int intVal(int doc) - Overrides:
intVal
in classFunctionValues
-
longVal
public long longVal(int doc) - Overrides:
longVal
in classFunctionValues
-
doubleVal
public double doubleVal(int doc) - Overrides:
doubleVal
in classFunctionValues
-
strVal
- Overrides:
strVal
in classFunctionValues
-
objectVal
Description copied from class:FunctionValues
Native Java Object representation of the value- Overrides:
objectVal
in classFunctionValues
-
toString
- Specified by:
toString
in classFunctionValues
-
getValueFiller
- Overrides:
getValueFiller
in classFunctionValues
-