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)
strVal in class FunctionValuespublic Object objectVal(int doc)
FunctionValuesobjectVal in class FunctionValuespublic boolean boolVal(int doc)
boolVal in class FunctionValuespublic String toString(int doc)
toString in class FunctionValuespublic FunctionValues.ValueFiller getValueFiller()
getValueFiller in class FunctionValuesCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.