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)
throws java.io.IOException
strVal in class FunctionValuesjava.io.IOExceptionpublic java.lang.Object objectVal(int doc)
throws java.io.IOException
FunctionValuesobjectVal in class FunctionValuesjava.io.IOExceptionpublic boolean boolVal(int doc)
throws java.io.IOException
boolVal in class FunctionValuesjava.io.IOExceptionpublic java.lang.String toString(int doc)
throws java.io.IOException
toString in class FunctionValuesjava.io.IOExceptionpublic FunctionValues.ValueFiller getValueFiller()
getValueFiller in class FunctionValuesCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.