Class BytesRefFieldSource
java.lang.Object
org.apache.lucene.queries.function.ValueSource
org.apache.lucene.queries.function.valuesource.FieldCacheSource
org.apache.lucene.queries.function.valuesource.BytesRefFieldSource
An implementation for retrieving
FunctionValues
instances for string based fields.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValues
(Map context, AtomicReaderContext readerContext) Gets the values for this reader and the context that was previously passed to createWeight()Methods inherited from class org.apache.lucene.queries.function.valuesource.FieldCacheSource
description, equals, getField, getFieldCache, hashCode
Methods inherited from class org.apache.lucene.queries.function.ValueSource
createWeight, getSortField, newContext, toString
-
Constructor Details
-
BytesRefFieldSource
-
-
Method Details
-
getValues
Description copied from class:ValueSource
Gets the values for this reader and the context that was previously passed to createWeight()- Specified by:
getValues
in classValueSource
- Throws:
IOException
-