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.codecs.lucene41 |
Lucene 4.1 file format.
|
Modifier and Type | Method and Description |
---|---|
abstract PostingsWriterBase |
PostingsBaseFormat.postingsWriterBase(SegmentWriteState state)
Creates the
PostingsWriterBase for this
format. |
Constructor and Description |
---|
BlockTreeTermsWriter(SegmentWriteState state,
PostingsWriterBase postingsWriter,
int minItemsInBlock,
int maxItemsInBlock)
Create a new writer.
|
Modifier and Type | Method and Description |
---|---|
PostingsWriterBase |
Lucene40PostingsBaseFormat.postingsWriterBase(SegmentWriteState state)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene41PostingsWriter
Concrete class that writes docId(maybe frq,pos,offset,payloads) list
with postings format.
|
Modifier and Type | Method and Description |
---|---|
PostingsWriterBase |
Lucene41PostingsBaseFormat.postingsWriterBase(SegmentWriteState state) |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.