Class StrDocValues
java.lang.Object
org.apache.lucene.queries.function.FunctionValues
org.apache.lucene.queries.function.docvalues.StrDocValues
Abstract
FunctionValues implementation which supports retrieving String values.
Implementations can control how the String values are loaded through strVal(int)}-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.queries.function.FunctionValues
FunctionValues.ValueFiller -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StrDocValues
-
-
Method Details
-
strVal
- Overrides:
strValin classFunctionValues
-
objectVal
Description copied from class:FunctionValuesNative Java Object representation of the value- Overrides:
objectValin classFunctionValues
-
boolVal
public boolean boolVal(int doc) - Overrides:
boolValin classFunctionValues
-
toString
- Specified by:
toStringin classFunctionValues
-
getValueFiller
- Overrides:
getValueFillerin classFunctionValues
-