public class BlockTreeOrdsPostingsFormat
extends PostingsFormat
OrdsBlockTreeTermsWriter with Lucene84PostingsWriter.| Modifier and Type | Field and Description |
|---|---|
static int |
BLOCK_SIZE
Fixed packed block size, number of integers encoded in
a single packed block.
|
| Constructor and Description |
|---|
BlockTreeOrdsPostingsFormat()
Creates
Lucene41PostingsFormat with default
settings. |
BlockTreeOrdsPostingsFormat(int minTermBlockSize,
int maxTermBlockSize)
Creates
Lucene41PostingsFormat with custom
values for minBlockSize and maxBlockSize passed to block terms dictionary. |
| Modifier and Type | Method and Description |
|---|---|
FieldsConsumer |
fieldsConsumer(SegmentWriteState state) |
FieldsProducer |
fieldsProducer(SegmentReadState state) |
java.lang.String |
toString() |
public static final int BLOCK_SIZE
public BlockTreeOrdsPostingsFormat()
Lucene41PostingsFormat with default
settings.public BlockTreeOrdsPostingsFormat(int minTermBlockSize,
int maxTermBlockSize)
Lucene41PostingsFormat with custom
values for minBlockSize and maxBlockSize passed to block terms dictionary.public java.lang.String toString()
public FieldsConsumer fieldsConsumer(SegmentWriteState state)
throws java.io.IOException
java.io.IOExceptionpublic FieldsProducer fieldsProducer(SegmentReadState state)
throws java.io.IOException
java.io.IOExceptionData In Motion GmbH all rights reserved