| Package | Description |
|---|---|
| org.apache.lucene.search |
Code to search indices.
|
| Modifier and Type | Method and Description |
|---|---|
IndexSearcher.LeafSlice[] |
IndexSearcher.getSlices()
Returns the leaf slices used for concurrent searching, or null if no
ExecutorService was
passed to the constructor. |
protected IndexSearcher.LeafSlice[] |
IndexSearcher.slices(java.util.List<LeafReaderContext> leaves)
Expert: Creates an array of leaf slices each holding a subset of the given leaves.
|
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.