Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.blocktree |
BlockTree terms dictionary.
|
org.apache.lucene.codecs.idversion |
A primary-key postings format that associates a version (long) with each term and
can provide fail-fast lookups by ID and version.
|
org.apache.lucene.codecs.lucene54 |
Lucene 5.4 file format.
|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Field and Description |
---|---|
private RAMOutputStream[] |
MultiLevelSkipListWriter.skipBuffer
for every skip level a different buffer is used
|
Modifier and Type | Field and Description |
---|---|
private RAMOutputStream |
BlockTreeTermsWriter.TermsWriter.bytesWriter |
private RAMOutputStream |
BlockTreeTermsWriter.TermsWriter.metaWriter |
private RAMOutputStream |
BlockTreeTermsWriter.scratchBytes |
private RAMOutputStream |
BlockTreeTermsWriter.TermsWriter.statsWriter |
private RAMOutputStream |
BlockTreeTermsWriter.TermsWriter.suffixWriter |
Modifier and Type | Method and Description |
---|---|
void |
BlockTreeTermsWriter.PendingBlock.compileIndex(java.util.List<BlockTreeTermsWriter.PendingBlock> blocks,
RAMOutputStream scratchBytes,
IntsRefBuilder scratchIntsRef) |
Modifier and Type | Field and Description |
---|---|
private RAMOutputStream |
VersionBlockTreeTermsWriter.TermsWriter.bytesWriter |
private RAMOutputStream |
VersionBlockTreeTermsWriter.TermsWriter.metaWriter |
private RAMOutputStream |
VersionBlockTreeTermsWriter.scratchBytes |
private RAMOutputStream |
VersionBlockTreeTermsWriter.TermsWriter.suffixWriter |
Modifier and Type | Method and Description |
---|---|
void |
VersionBlockTreeTermsWriter.PendingBlock.compileIndex(java.util.List<VersionBlockTreeTermsWriter.PendingBlock> blocks,
RAMOutputStream scratchBytes,
IntsRefBuilder scratchIntsRef) |
Modifier and Type | Method and Description |
---|---|
private void |
Lucene54DocValuesConsumer.flushTermsDictBlock(RAMOutputStream headerBuffer,
RAMOutputStream bytesBuffer,
int[] suffixDeltas) |
Modifier and Type | Field and Description |
---|---|
private RAMOutputStream |
PrefixCodedTerms.Builder.output |