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.LeafSliceMethods in org.apache.lucene.search that return IndexSearcher.LeafSliceModifier and TypeMethodDescriptionprivate IndexSearcher.LeafSlice[]
IndexSearcher.computeAndCacheSlices()
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, boolean allowSegmentPartitions) Static method to segregate LeafReaderContexts amongst multiple slices.Methods in org.apache.lucene.search with parameters of type IndexSearcher.LeafSliceModifier and TypeMethodDescriptionprivate static void
IndexSearcher.enforceDistinctLeaves
(IndexSearcher.LeafSlice leafSlice) private static boolean
TotalHitCountCollectorManager.hasSegmentPartitions
(IndexSearcher.LeafSlice[] leafSlices) Constructors in org.apache.lucene.search with parameters of type IndexSearcher.LeafSliceModifierConstructorDescriptionTotalHitCountCollectorManager
(IndexSearcher.LeafSlice[] leafSlices) Creates a new total hit count collector manager, providing the array of leaf slices that search targets, which can be retrieved viaIndexSearcher.getSlices()
for the searcher.