Package | Description |
---|---|
org.apache.lucene.index |
Misc index tools and index support.
|
org.apache.lucene.util |
General test support.
|
Modifier and Type | Field and Description |
---|---|
SegmentReader[] |
MergeState.matchingSegmentReaders
SegmentReader s that have identical field
name/number mapping, so their stored fields and term
vectors may be bulk merged. |
Modifier and Type | Method and Description |
---|---|
static SegmentReader |
LuceneTestCase.getOnlySegmentReader(DirectoryReader reader)
Some tests expect the directory to contain a single segment, and want to
do tests on that segment's reader.
|
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.