Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Method and Description |
---|---|
protected BitVector |
SegmentReader.cloneDeletedDocs(BitVector bv)
Clones the deleteDocs BitVector.
|
Modifier and Type | Method and Description |
---|---|
protected BitVector |
SegmentReader.cloneDeletedDocs(BitVector bv)
Clones the deleteDocs BitVector.
|
Modifier and Type | Method and Description |
---|---|
BitVector |
BitVector.subset(int start,
int end)
Retrieve a subset of this BitVector.
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.