Interface IndexSorter.NumericDocValuesProvider

  • Enclosing interface:
    IndexSorter

    public static interface IndexSorter.NumericDocValuesProvider
    Provide a NumericDocValues instance for a LeafReader
    • Method Detail

      • get

        NumericDocValues get​(LeafReader reader)
                      throws java.io.IOException
        Returns the NumericDocValues instance for this LeafReader
        Throws:
        java.io.IOException