Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.lucene40 |
Lucene 4.0 file format.
|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Method and Description |
---|---|
abstract MutableBits |
LiveDocsFormat.newLiveDocs(Bits existing)
Creates a new mutablebits of the same bits set and size of existing.
|
abstract MutableBits |
LiveDocsFormat.newLiveDocs(int size)
Creates a new MutableBits, with all bits set, for the specified size.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
LiveDocsFormat.writeLiveDocs(MutableBits bits,
Directory dir,
SegmentInfoPerCommit info,
int newDelCount,
IOContext context)
Persist live docs bits.
|
Modifier and Type | Method and Description |
---|---|
MutableBits |
Lucene40LiveDocsFormat.newLiveDocs(Bits existing) |
MutableBits |
Lucene40LiveDocsFormat.newLiveDocs(int size) |
Modifier and Type | Method and Description |
---|---|
void |
Lucene40LiveDocsFormat.writeLiveDocs(MutableBits bits,
Directory dir,
SegmentInfoPerCommit info,
int newDelCount,
IOContext context) |
Modifier and Type | Field and Description |
---|---|
MutableBits |
SegmentWriteState.liveDocs
MutableBits recording live documents; this is
only set if there is one or more deleted documents. |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.