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
|
withDefault
private final PostingsEnum currentReaderPostingsValues
public FeatureDoubleValues(PostingsEnum currentReaderPostingsValues) throws java.io.IOException
java.io.IOException
public double doubleValue() throws java.io.IOException
DoubleValues
doubleValue
in class DoubleValues
java.io.IOException
public boolean advanceExact(int doc) throws java.io.IOException
DoubleValues
advanceExact
in class DoubleValues
java.io.IOException