static class FeatureDoubleValuesSource.FeatureDoubleValues extends DoubleValues
| Modifier and Type | Field and Description |
|---|---|
private PostingsEnum |
currentReaderPostingsValues |
EMPTY| Constructor and Description |
|---|
FeatureDoubleValues(PostingsEnum currentReaderPostingsValues) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
advanceExact(int doc)
Advance this instance to the given document id
|
double |
doubleValue()
Get the double value for the current document
|
withDefaultprivate final PostingsEnum currentReaderPostingsValues
public FeatureDoubleValues(PostingsEnum currentReaderPostingsValues) throws java.io.IOException
java.io.IOExceptionpublic double doubleValue()
throws java.io.IOException
DoubleValuesdoubleValue in class DoubleValuesjava.io.IOExceptionpublic boolean advanceExact(int doc)
throws java.io.IOException
DoubleValuesadvanceExact in class DoubleValuesjava.io.IOException