Module org.apache.lucene.core
Package org.apache.lucene.document
Class FeatureDoubleValuesSource.FeatureDoubleValues
java.lang.Object
org.apache.lucene.search.DoubleValues
org.apache.lucene.document.FeatureDoubleValuesSource.FeatureDoubleValues
- Enclosing class:
FeatureDoubleValuesSource
-
Field Summary
FieldsFields inherited from class org.apache.lucene.search.DoubleValues
EMPTY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
advanceExact
(int doc) Advance this instance to the given document iddouble
Get the double value for the current documentMethods inherited from class org.apache.lucene.search.DoubleValues
withDefault
-
Field Details
-
currentReaderPostingsValues
-
-
Constructor Details
-
FeatureDoubleValues
- Throws:
IOException
-
-
Method Details
-
doubleValue
Description copied from class:DoubleValues
Get the double value for the current document- Specified by:
doubleValue
in classDoubleValues
- Throws:
IOException
-
advanceExact
Description copied from class:DoubleValues
Advance this instance to the given document id- Specified by:
advanceExact
in classDoubleValues
- Returns:
- true if there is a value for this document
- Throws:
IOException
-