| Package | Description |
|---|---|
| org.apache.lucene.search |
Code to search indices.
|
| Modifier and Type | Field and Description |
|---|---|
private IndexSearcher.LeafSlice[] |
IndexSearcher.leafSlices
used with executor - each slice holds a set of leafs executed within one thread
|
| 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.
|