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.blockterms |
Pluggable term index / block terms dictionary implementations.
|
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.lucene41 |
Lucene 4.1 file format.
|
org.apache.lucene.codecs.memory |
Term dictionary, DocValues or Postings formats that are 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.simpletext |
Simpletext Codec: writes human readable postings.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockTreeTermsReader
A block-based terms index and dictionary that assigns
terms to variable length blocks according to how they
share prefixes.
|
Modifier and Type | Method and Description |
---|---|
abstract FieldsProducer |
PostingsFormat.fieldsProducer(SegmentReadState state)
Reads a segment.
|
Modifier and Type | Class and Description |
---|---|
class |
AppendingTermsReader
Deprecated.
Only for reading old Appending segments
|
Modifier and Type | Class and Description |
---|---|
class |
BlockTermsReader
Handles a terms dict, but decouples all details of
doc/freqs/positions reading to an instance of
PostingsReaderBase . |
Modifier and Type | Class and Description |
---|---|
class |
BloomFilteringPostingsFormat.BloomFilteredFieldsProducer |
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
BloomFilteringPostingsFormat.fieldsProducer(SegmentReadState state) |
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
Lucene40PostingsFormat.fieldsProducer(SegmentReadState state)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
Lucene41PostingsFormat.fieldsProducer(SegmentReadState state) |
Modifier and Type | Class and Description |
---|---|
class |
FSTOrdTermsReader
FST-based terms dictionary reader.
|
class |
FSTTermsReader
FST-based terms dictionary reader.
|
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
FSTPostingsFormat.fieldsProducer(SegmentReadState state) |
FieldsProducer |
FSTOrdPulsing41PostingsFormat.fieldsProducer(SegmentReadState state) |
FieldsProducer |
DirectPostingsFormat.fieldsProducer(SegmentReadState state) |
FieldsProducer |
MemoryPostingsFormat.fieldsProducer(SegmentReadState state) |
FieldsProducer |
FSTOrdPostingsFormat.fieldsProducer(SegmentReadState state) |
FieldsProducer |
FSTPulsing41PostingsFormat.fieldsProducer(SegmentReadState state) |
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
PerFieldPostingsFormat.fieldsProducer(SegmentReadState state) |
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
PulsingPostingsFormat.fieldsProducer(SegmentReadState state) |
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
SimpleTextPostingsFormat.fieldsProducer(SegmentReadState state) |
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.