Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.store.instantiated |
InstantiatedIndex, alternative RAM store for small corpora.
|
Modifier and Type | Field and Description |
---|---|
BitVector |
SegmentWriteState.deletedDocs |
Modifier and Type | Method and Description |
---|---|
protected BitVector |
SegmentReader.cloneDeletedDocs(BitVector bv)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected BitVector |
SegmentReader.cloneDeletedDocs(BitVector bv)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BitVector |
InstantiatedIndex.getDeletedDocuments()
Deprecated.
|