Module org.apache.lucene.queries
Class DocFreqValueSource.ConstDoubleDocValues
java.lang.Object
org.apache.lucene.queries.function.FunctionValues
org.apache.lucene.queries.function.docvalues.DoubleDocValues
org.apache.lucene.queries.function.valuesource.DocFreqValueSource.ConstDoubleDocValues
- Enclosing class:
- DocFreqValueSource
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.queries.function.FunctionValues
FunctionValues.ValueFiller
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final double
(package private) final float
(package private) final int
(package private) final long
(package private) final ValueSource
(package private) final String
Fields inherited from class org.apache.lucene.queries.function.docvalues.DoubleDocValues
vs
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.queries.function.docvalues.DoubleDocValues
boolVal, byteVal, getRangeScorer, getValueFiller, objectVal, shortVal
-
Field Details
-
ival
final int ival -
fval
final float fval -
dval
final double dval -
lval
final long lval -
sval
-
parent
-
-
Constructor Details
-
ConstDoubleDocValues
ConstDoubleDocValues(double val, ValueSource parent)
-
-
Method Details
-
floatVal
public float floatVal(int doc) - Overrides:
floatVal
in classDoubleDocValues
-
intVal
public int intVal(int doc) - Overrides:
intVal
in classDoubleDocValues
-
longVal
public long longVal(int doc) - Overrides:
longVal
in classDoubleDocValues
-
doubleVal
public double doubleVal(int doc) - Specified by:
doubleVal
in classDoubleDocValues
-
strVal
- Overrides:
strVal
in classDoubleDocValues
-
toString
- Overrides:
toString
in classDoubleDocValues
-