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
Executor was
passed to the constructor. |
protected IndexSearcher.LeafSlice[] |
IndexSearcher.slices(List<LeafReaderContext> leaves)
Expert: Creates an array of leaf slices each holding a subset of the given leaves.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.