public abstract class StrDocValues extends FunctionValues
FunctionValues implementation which supports retrieving String values.
Implementations can control how the String values are loaded through strVal(int)}FunctionValues.ValueFiller| Modifier and Type | Field and Description |
|---|---|
protected ValueSource |
vs |
| Constructor and Description |
|---|
StrDocValues(ValueSource vs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
boolVal(int doc) |
FunctionValues.ValueFiller |
getValueFiller() |
java.lang.Object |
objectVal(int doc)
Native Java Object representation of the value
|
abstract java.lang.String |
strVal(int doc) |
java.lang.String |
toString(int doc) |
protected final ValueSource vs
public StrDocValues(ValueSource vs)
public abstract java.lang.String strVal(int doc)
strVal in class FunctionValuespublic java.lang.Object objectVal(int doc)
FunctionValuesobjectVal in class FunctionValuespublic boolean boolVal(int doc)
boolVal in class FunctionValuespublic java.lang.String toString(int doc)
toString in class FunctionValuespublic FunctionValues.ValueFiller getValueFiller()
getValueFiller in class FunctionValues