Interface IndexSorter.SortedDocValuesProvider

  • Enclosing interface:
    IndexSorter

    public static interface IndexSorter.SortedDocValuesProvider
    Provide a SortedDocValues instance for a LeafReader
    • Method Detail

      • get

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