Class IndexSearcher.LeafSlice

java.lang.Object
org.apache.lucene.search.IndexSearcher.LeafSlice
Enclosing class:
IndexSearcher

public static class IndexSearcher.LeafSlice extends Object
A class holding a subset of the IndexSearchers leaf contexts to be executed within a single thread.
WARNING: This API is experimental and might change in incompatible ways in the next release.
  • Field Details

    • leaves

      public final LeafReaderContext[] leaves
      The leaves that make up this slice.
      WARNING: This API is experimental and might change in incompatible ways in the next release.
  • Constructor Details