| Package | Description |
|---|---|
| org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
| org.apache.lucene.codecs.bloom |
Codec PostingsFormat for fast access to low-frequency terms such as primary key fields.
|
| org.apache.lucene.codecs.diskdv |
DocValuesFormat that accesses values directly from disk.
|
| org.apache.lucene.codecs.lucene40 |
Lucene 4.0 file format.
|
| org.apache.lucene.codecs.lucene41 |
Lucene 4.1 file format.
|
| org.apache.lucene.codecs.lucene42 |
Lucene 4.2 file format.
|
| org.apache.lucene.codecs.lucene45 |
Lucene 4.5 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.
|
| org.apache.lucene.index |
Misc index tools and index support.
|
| Modifier and Type | Method and Description |
|---|---|
abstract FieldsProducer |
PostingsFormat.fieldsProducer(SegmentReadState state)
Reads a segment.
|
abstract DocValuesProducer |
DocValuesFormat.fieldsProducer(SegmentReadState state)
Returns a
DocValuesProducer to read docvalues from the index. |
abstract DocValuesProducer |
NormsFormat.normsProducer(SegmentReadState state)
Returns a
DocValuesProducer to read norms from the index. |
abstract PostingsReaderBase |
PostingsBaseFormat.postingsReaderBase(SegmentReadState state)
Creates the
PostingsReaderBase for this
format. |
| Modifier and Type | Method and Description |
|---|---|
FieldsProducer |
BloomFilteringPostingsFormat.fieldsProducer(SegmentReadState state) |
| Constructor and Description |
|---|
BloomFilteringPostingsFormat.BloomFilteredFieldsProducer(SegmentReadState state) |
| Modifier and Type | Method and Description |
|---|---|
DocValuesProducer |
DiskDocValuesFormat.fieldsProducer(SegmentReadState state) |
DocValuesProducer |
DiskNormsFormat.normsProducer(SegmentReadState state) |
| Modifier and Type | Method and Description |
|---|---|
DocValuesProducer |
Lucene40DocValuesFormat.fieldsProducer(SegmentReadState state)
Deprecated.
|
FieldsProducer |
Lucene40PostingsFormat.fieldsProducer(SegmentReadState state)
Deprecated.
|
DocValuesProducer |
Lucene40NormsFormat.normsProducer(SegmentReadState state)
Deprecated.
|
PostingsReaderBase |
Lucene40PostingsBaseFormat.postingsReaderBase(SegmentReadState state)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
FieldsProducer |
Lucene41PostingsFormat.fieldsProducer(SegmentReadState state) |
PostingsReaderBase |
Lucene41PostingsBaseFormat.postingsReaderBase(SegmentReadState state) |
| Modifier and Type | Method and Description |
|---|---|
DocValuesProducer |
Lucene42DocValuesFormat.fieldsProducer(SegmentReadState state)
Deprecated.
|
DocValuesProducer |
Lucene42NormsFormat.normsProducer(SegmentReadState state) |
| Modifier and Type | Method and Description |
|---|---|
DocValuesProducer |
Lucene45DocValuesFormat.fieldsProducer(SegmentReadState state) |
| Constructor and Description |
|---|
Lucene45DocValuesProducer(SegmentReadState state,
String dataCodec,
String dataExtension,
String metaCodec,
String metaExtension)
expert: instantiates a new reader
|
| Modifier and Type | Method and Description |
|---|---|
FieldsProducer |
FSTOrdPostingsFormat.fieldsProducer(SegmentReadState state) |
FieldsProducer |
MemoryPostingsFormat.fieldsProducer(SegmentReadState state) |
FieldsProducer |
FSTPulsing41PostingsFormat.fieldsProducer(SegmentReadState state) |
FieldsProducer |
FSTPostingsFormat.fieldsProducer(SegmentReadState state) |
FieldsProducer |
DirectPostingsFormat.fieldsProducer(SegmentReadState state) |
FieldsProducer |
FSTOrdPulsing41PostingsFormat.fieldsProducer(SegmentReadState state) |
DocValuesProducer |
DirectDocValuesFormat.fieldsProducer(SegmentReadState state) |
DocValuesProducer |
MemoryDocValuesFormat.fieldsProducer(SegmentReadState state) |
| Constructor and Description |
|---|
FSTOrdTermsReader(SegmentReadState state,
PostingsReaderBase postingsReader) |
FSTTermsReader(SegmentReadState state,
PostingsReaderBase postingsReader) |
| Modifier and Type | Method and Description |
|---|---|
DocValuesProducer |
PerFieldDocValuesFormat.fieldsProducer(SegmentReadState state) |
FieldsProducer |
PerFieldPostingsFormat.fieldsProducer(SegmentReadState state) |
| Modifier and Type | Method and Description |
|---|---|
FieldsProducer |
PulsingPostingsFormat.fieldsProducer(SegmentReadState state) |
| Constructor and Description |
|---|
PulsingPostingsReader(SegmentReadState state,
PostingsReaderBase wrappedPostingsReader) |
| Modifier and Type | Method and Description |
|---|---|
DocValuesProducer |
SimpleTextDocValuesFormat.fieldsProducer(SegmentReadState state) |
FieldsProducer |
SimpleTextPostingsFormat.fieldsProducer(SegmentReadState state) |
DocValuesProducer |
SimpleTextNormsFormat.normsProducer(SegmentReadState state) |
| Constructor and Description |
|---|
SimpleTextNormsFormat.SimpleTextNormsProducer(SegmentReadState state) |
| Constructor and Description |
|---|
SegmentReadState(SegmentReadState other,
String newSegmentSuffix)
Create a
SegmentReadState. |
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.