Uses of Class
org.apache.lucene.search.IndexSearcher.LeafSlice
-
Packages that use IndexSearcher.LeafSlice Package Description org.apache.lucene.search Code to search indices. -
-
Uses of IndexSearcher.LeafSlice in org.apache.lucene.search
Fields in org.apache.lucene.search declared as IndexSearcher.LeafSlice Modifier and Type Field Description protected IndexSearcher.LeafSlice[]IndexSearcher. leafSlicesused with executor - each slice holds a set of leafs executed within one threadMethods in org.apache.lucene.search that return IndexSearcher.LeafSlice Modifier and Type Method Description protected IndexSearcher.LeafSlice[]IndexSearcher. slices(List<AtomicReaderContext> leaves)Expert: Creates an array of leaf slices each holding a subset of the given leaves.
-