Interface BlockSourceReader.LeafIteratorLookup

Enclosing class:
BlockSourceReader

public static interface BlockSourceReader.LeafIteratorLookup
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.lucene.search.DocIdSetIterator
    lookup(org.apache.lucene.index.LeafReaderContext ctx)
     
  • Method Details

    • lookup

      org.apache.lucene.search.DocIdSetIterator lookup(org.apache.lucene.index.LeafReaderContext ctx) throws IOException
      Throws:
      IOException