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 TypeMethodDescriptionbooleanadvanceExact(int doc) Advance this instance to the given document iddoubleGet 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:DoubleValuesGet the double value for the current document- Specified by:
doubleValuein classDoubleValues- Throws:
IOException
-
advanceExact
Description copied from class:DoubleValuesAdvance this instance to the given document id- Specified by:
advanceExactin classDoubleValues- Returns:
- true if there is a value for this document
- Throws:
IOException
-