Class BytesRefFieldSource


public class BytesRefFieldSource extends FieldCacheSource
An implementation for retrieving FunctionValues instances for string based fields.
  • Constructor Details

    • BytesRefFieldSource

      public BytesRefFieldSource(String field)
  • Method Details

    • getValues

      public FunctionValues getValues(Map context, LeafReaderContext readerContext) throws IOException
      Description copied from class: ValueSource
      Gets the values for this reader and the context that was previously passed to createWeight(). The values must be consumed in a forward docID manner, and you must call this method again to iterate through the values again.
      Specified by:
      getValues in class ValueSource
      Throws:
      IOException