Class ValuesSource

    • Constructor Detail

      • ValuesSource

        public ValuesSource()
    • Method Detail

      • bytesValues

        public abstract SortedBinaryDocValues bytesValues​(org.apache.lucene.index.LeafReaderContext context)
                                                   throws java.io.IOException
        Get the current ValuesSource.WithScript.BytesValues.
        Throws:
        java.io.IOException
      • docsWithValue

        public abstract DocValueBits docsWithValue​(org.apache.lucene.index.LeafReaderContext context)
                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • needsScores

        public boolean needsScores()
        Whether this values source needs scores.