Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Field and Description |
---|---|
protected IndexSearcher.LeafSlice[] |
IndexSearcher.leafSlices
used with executor - each slice holds a set of leafs executed within one thread
|
Modifier and Type | Method and Description |
---|---|
protected IndexSearcher.LeafSlice[] |
IndexSearcher.slices(List<AtomicReaderContext> leaves)
Expert: Creates an array of leaf slices each holding a subset of the given leaves.
|
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.