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() |
Object |
objectVal(int doc)
Native Java Object representation of the value
|
abstract String |
strVal(int doc) |
String |
toString(int doc) |
protected final ValueSource vs
public StrDocValues(ValueSource vs)
public abstract String strVal(int doc) throws IOException
strVal in class FunctionValuesIOExceptionpublic Object objectVal(int doc) throws IOException
FunctionValuesobjectVal in class FunctionValuesIOExceptionpublic boolean boolVal(int doc)
throws IOException
boolVal in class FunctionValuesIOExceptionpublic String toString(int doc) throws IOException
toString in class FunctionValuesIOExceptionpublic FunctionValues.ValueFiller getValueFiller()
getValueFiller in class FunctionValuesCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.