@Deprecated public class Lucene41PostingsFormat extends PostingsFormat
| Modifier and Type | Field and Description |
|---|---|
static int |
BLOCK_SIZE
Deprecated.
Fixed packed block size, number of integers encoded in
a single packed block.
|
static String |
DOC_EXTENSION
Deprecated.
Filename extension for document number, frequencies, and skip data.
|
static String |
PAY_EXTENSION
Deprecated.
Filename extension for payloads and offsets.
|
static String |
POS_EXTENSION
Deprecated.
Filename extension for positions.
|
EMPTY| Constructor and Description |
|---|
Lucene41PostingsFormat()
Deprecated.
Creates
Lucene41PostingsFormat with default
settings. |
| Modifier and Type | Method and Description |
|---|---|
FieldsConsumer |
fieldsConsumer(SegmentWriteState state)
Deprecated.
|
FieldsProducer |
fieldsProducer(SegmentReadState state)
Deprecated.
|
String |
toString()
Deprecated.
|
availablePostingsFormats, forName, getName, reloadPostingsFormatspublic static final String DOC_EXTENSION
public static final String POS_EXTENSION
public static final String PAY_EXTENSION
public static final int BLOCK_SIZE
public Lucene41PostingsFormat()
Lucene41PostingsFormat with default
settings.public String toString()
toString in class PostingsFormatpublic FieldsConsumer fieldsConsumer(SegmentWriteState state) throws IOException
fieldsConsumer in class PostingsFormatIOExceptionpublic final FieldsProducer fieldsProducer(SegmentReadState state) throws IOException
fieldsProducer in class PostingsFormatIOExceptionCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.