Uses of Class
org.apache.lucene.search.IndexSearcher.LeafSlice
Packages that use IndexSearcher.LeafSlice
-
Uses of IndexSearcher.LeafSlice in org.apache.lucene.search
Fields in org.apache.lucene.search declared as IndexSearcher.LeafSliceModifier and TypeFieldDescriptionprivate IndexSearcher.LeafSlice[]
IndexSearcher.CachingLeafSlicesSupplier.leafSlices
Methods in org.apache.lucene.search that return IndexSearcher.LeafSliceModifier and TypeMethodDescriptionIndexSearcher.CachingLeafSlicesSupplier.get()
final IndexSearcher.LeafSlice[]
IndexSearcher.getSlices()
Returns the leaf slices used for concurrent searching.protected IndexSearcher.LeafSlice[]
IndexSearcher.slices
(List<LeafReaderContext> leaves) Expert: Creates an array of leaf slices each holding a subset of the given leaves.static IndexSearcher.LeafSlice[]
IndexSearcher.slices
(List<LeafReaderContext> leaves, int maxDocsPerSlice, int maxSegmentsPerSlice) Static method to segregate LeafReaderContexts amongst multiple slices