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
-
public class BytesRefFieldSource extends FieldCacheSource
An implementation for retrievingFunctionValues
instances for string based fields.
-
-
Constructor Summary
Constructors Constructor Description BytesRefFieldSource(java.lang.String field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctionValues
getValues(java.util.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
-
-
-
-
Method Detail
-
getValues
public FunctionValues getValues(java.util.Map context, AtomicReaderContext readerContext) throws java.io.IOException
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:
java.io.IOException
-
-