| Package | Description |
|---|---|
| org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
| org.apache.lucene.codecs.appending |
Codec for on append-only outputs, such as plain output streams and append-only filesystems.
|
| org.apache.lucene.codecs.bloom |
Codec PostingsFormat for fast access to low-frequency terms such as primary key fields.
|
| org.apache.lucene.codecs.lucene40 |
Lucene 4.0 file format.
|
| org.apache.lucene.codecs.memory |
Postings format that is read entirely into memory.
|
| org.apache.lucene.codecs.perfield |
Postings format that can delegate to different formats per-field.
|
| org.apache.lucene.codecs.pulsing |
Pulsing Codec: inlines low frequency terms' postings into terms dictionary.
|
| org.apache.lucene.codecs.sep |
Sep: base support for separate files (doc,frq,pos,skp,pyl)
|
| org.apache.lucene.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
| org.apache.lucene.index |
Code to maintain and access indices.
|
| Modifier and Type | Method and Description |
|---|---|
abstract FieldsConsumer |
PostingsFormat.fieldsConsumer(SegmentWriteState state)
Writes a new segment
|
abstract PostingsWriterBase |
PostingsBaseFormat.postingsWriterBase(SegmentWriteState state) |
| Constructor and Description |
|---|
BlockTermsWriter(TermsIndexWriterBase termsIndexWriter,
SegmentWriteState state,
PostingsWriterBase postingsWriter) |
BlockTreeTermsWriter(SegmentWriteState state,
PostingsWriterBase postingsWriter,
int minItemsInBlock,
int maxItemsInBlock)
Create a new writer.
|
FixedGapTermsIndexWriter(SegmentWriteState state) |
VariableGapTermsIndexWriter(SegmentWriteState state,
VariableGapTermsIndexWriter.IndexTermSelector policy) |
| Constructor and Description |
|---|
AppendingTermsWriter(SegmentWriteState state,
PostingsWriterBase postingsWriter,
int minItemsInBlock,
int maxItemsInBlock) |
| Modifier and Type | Method and Description |
|---|---|
FieldsConsumer |
BloomFilteringPostingsFormat.fieldsConsumer(SegmentWriteState state) |
abstract FuzzySet |
BloomFilterFactory.getSetForField(SegmentWriteState state,
FieldInfo info) |
FuzzySet |
DefaultBloomFilterFactory.getSetForField(SegmentWriteState state,
FieldInfo info) |
| Modifier and Type | Method and Description |
|---|---|
FieldsConsumer |
Lucene40PostingsFormat.fieldsConsumer(SegmentWriteState state) |
PostingsWriterBase |
Lucene40PostingsBaseFormat.postingsWriterBase(SegmentWriteState state) |
| Constructor and Description |
|---|
Lucene40PostingsWriter(SegmentWriteState state) |
Lucene40PostingsWriter(SegmentWriteState state,
int skipInterval) |
| Modifier and Type | Method and Description |
|---|---|
FieldsConsumer |
MemoryPostingsFormat.fieldsConsumer(SegmentWriteState state) |
FieldsConsumer |
DirectPostingsFormat.fieldsConsumer(SegmentWriteState state) |
| Modifier and Type | Method and Description |
|---|---|
FieldsConsumer |
PerFieldPostingsFormat.fieldsConsumer(SegmentWriteState state) |
| Modifier and Type | Method and Description |
|---|---|
FieldsConsumer |
PulsingPostingsFormat.fieldsConsumer(SegmentWriteState state) |
| Constructor and Description |
|---|
SepPostingsWriter(SegmentWriteState state,
IntStreamFactory factory) |
SepPostingsWriter(SegmentWriteState state,
IntStreamFactory factory,
int skipInterval) |
| Modifier and Type | Method and Description |
|---|---|
FieldsConsumer |
SimpleTextPostingsFormat.fieldsConsumer(SegmentWriteState state) |
| Constructor and Description |
|---|
PerDocWriteState(SegmentWriteState state) |
SegmentWriteState(SegmentWriteState state,
String segmentSuffix)
Create a shallow
SegmentWriteState copy final a format ID |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.