Class ValuesSource.Numeric

    • Constructor Detail

      • Numeric

        public Numeric()
    • Method Detail

      • isFloatingPoint

        public abstract boolean isFloatingPoint()
        Whether the underlying data is floating-point or not.
      • longValues

        public abstract org.apache.lucene.index.SortedNumericDocValues longValues​(org.apache.lucene.index.LeafReaderContext context)
                                                                           throws java.io.IOException
        Get the current SortedNumericDocValues.
        Throws:
        java.io.IOException
      • docsWithValue

        public DocValueBits docsWithValue​(org.apache.lucene.index.LeafReaderContext context)
                                   throws java.io.IOException
        Specified by:
        docsWithValue in class ValuesSource
        Throws:
        java.io.IOException