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 FunctionValues
IOException
public Object objectVal(int doc) throws IOException
FunctionValues
objectVal
in class FunctionValues
IOException
public boolean boolVal(int doc) throws IOException
boolVal
in class FunctionValues
IOException
public String toString(int doc) throws IOException
toString
in class FunctionValues
IOException
public FunctionValues.ValueFiller getValueFiller()
getValueFiller
in class FunctionValues
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.