Class BytesRefFieldSource

    • Constructor Detail

      • BytesRefFieldSource

        public BytesRefFieldSource​(String field)
    • Method Detail

      • 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