Interface IndexSortSortedNumericDocValuesRangeQuery.ValueComparator

  • Enclosing class:
    IndexSortSortedNumericDocValuesRangeQuery

    private static interface IndexSortSortedNumericDocValuesRangeQuery.ValueComparator
    Compares the given document's value with a stored reference value.
    • Method Detail

      • compare

        int compare​(int docID)
             throws java.io.IOException
        Throws:
        java.io.IOException