public abstract class IntDocValues extends FunctionValues
FunctionValues
implementation which supports retrieving int values.
Implementations can control how the int values are loaded through intVal(int)
FunctionValues.ValueFiller
Modifier and Type | Field and Description |
---|---|
protected ValueSource |
vs |
Constructor and Description |
---|
IntDocValues(ValueSource vs) |
Modifier and Type | Method and Description |
---|---|
byte |
byteVal(int doc) |
double |
doubleVal(int doc) |
float |
floatVal(int doc) |
ValueSourceScorer |
getRangeScorer(Weight weight,
LeafReaderContext readerContext,
String lowerVal,
String upperVal,
boolean includeLower,
boolean includeUpper)
Yields a
Scorer that matches documents with values between the specified range,
and that which produces scores equal to FunctionValues.floatVal(int) . |
FunctionValues.ValueFiller |
getValueFiller() |
abstract int |
intVal(int doc) |
long |
longVal(int doc) |
Object |
objectVal(int doc)
Native Java Object representation of the value
|
short |
shortVal(int doc) |
String |
strVal(int doc) |
String |
toString(int doc) |
protected final ValueSource vs
public IntDocValues(ValueSource vs)
public byte byteVal(int doc) throws IOException
byteVal
in class FunctionValues
IOException
public short shortVal(int doc) throws IOException
shortVal
in class FunctionValues
IOException
public float floatVal(int doc) throws IOException
floatVal
in class FunctionValues
IOException
public abstract int intVal(int doc) throws IOException
intVal
in class FunctionValues
IOException
public long longVal(int doc) throws IOException
longVal
in class FunctionValues
IOException
public double doubleVal(int doc) throws IOException
doubleVal
in class FunctionValues
IOException
public String strVal(int doc) throws IOException
strVal
in class FunctionValues
IOException
public Object objectVal(int doc) throws IOException
FunctionValues
objectVal
in class FunctionValues
IOException
public String toString(int doc) throws IOException
toString
in class FunctionValues
IOException
public ValueSourceScorer getRangeScorer(Weight weight, LeafReaderContext readerContext, String lowerVal, String upperVal, boolean includeLower, boolean includeUpper)
FunctionValues
Scorer
that matches documents with values between the specified range,
and that which produces scores equal to FunctionValues.floatVal(int)
.getRangeScorer
in class FunctionValues
public FunctionValues.ValueFiller getValueFiller()
getValueFiller
in class FunctionValues
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.