Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs for testing (simulate old disk formats, wacky theoretical use cases, etc)
|
org.apache.lucene.codecs.asserting |
Codec for testing that asserts various contracts of the codec apis.
|
org.apache.lucene.codecs.blocktreeords |
Same postings format as Lucene41, except the terms dictionary also
supports ords, i.e.
|
org.apache.lucene.codecs.bloom |
Support for generating test indexes using the BloomFilteringPostingsFormat
|
org.apache.lucene.codecs.idversion |
A primary-key postings format that associates a version (long) with each term and
can provide fail-fast lookups by ID and version.
|
org.apache.lucene.codecs.lucene40 |
Support for testing
Lucene40PostingsFormat . |
org.apache.lucene.codecs.lucene41 |
Support for testing
Lucene41Codec . |
org.apache.lucene.codecs.lucene410 |
Lucene 4.10 file format.
|
org.apache.lucene.codecs.lucene41ords |
Codec for testing that supports
TermsEnum.ord() |
org.apache.lucene.codecs.lucene42 |
Support for testing
Lucene42Codec . |
org.apache.lucene.codecs.lucene45 |
Support for testing
Lucene45Codec . |
org.apache.lucene.codecs.lucene49 |
Support for testing
Lucene49Codec . |
org.apache.lucene.codecs.memory |
Term dictionary, DocValues or Postings formats that are read entirely into memory.
|
org.apache.lucene.codecs.mockintblock |
Integer encoder implementations for testing.
|
org.apache.lucene.codecs.mockrandom |
Frankenstein codec for testing that pieces together random components.
|
org.apache.lucene.codecs.mocksep |
Very simple implementations of
org.apache.lucene.codecs.sep for testing. |
org.apache.lucene.codecs.nestedpulsing |
Codec for testing that wraps
PulsingPostingsFormat with itself. |
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.ramonly |
Codec for testing that never writes to disk.
|
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 |
AssertingPostingsFormat.fieldsProducer(SegmentReadState state) |
DocValuesProducer |
AssertingDocValuesFormat.fieldsProducer(SegmentReadState state) |
DocValuesProducer |
AssertingNormsFormat.normsProducer(SegmentReadState state) |
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
Ords41PostingsFormat.fieldsProducer(SegmentReadState state) |
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
TestBloomFilteredLucene41Postings.fieldsProducer(SegmentReadState state) |
FieldsProducer |
BloomFilteringPostingsFormat.fieldsProducer(SegmentReadState state) |
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
IDVersionPostingsFormat.fieldsProducer(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 |
Lucene410DocValuesFormat.fieldsProducer(SegmentReadState state) |
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
Lucene41WithOrds.fieldsProducer(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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DocValuesProducer |
Lucene49DocValuesFormat.fieldsProducer(SegmentReadState state) |
DocValuesProducer |
Lucene49NormsFormat.normsProducer(SegmentReadState state) |
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
FSTPulsing41PostingsFormat.fieldsProducer(SegmentReadState state) |
FieldsProducer |
FSTPostingsFormat.fieldsProducer(SegmentReadState state) |
FieldsProducer |
FSTOrdPostingsFormat.fieldsProducer(SegmentReadState state) |
FieldsProducer |
FSTOrdPulsing41PostingsFormat.fieldsProducer(SegmentReadState state) |
FieldsProducer |
MemoryPostingsFormat.fieldsProducer(SegmentReadState state) |
DocValuesProducer |
MemoryDocValuesFormat.fieldsProducer(SegmentReadState state) |
FieldsProducer |
DirectPostingsFormat.fieldsProducer(SegmentReadState state) |
DocValuesProducer |
DirectDocValuesFormat.fieldsProducer(SegmentReadState state) |
Constructor and Description |
---|
FSTOrdTermsReader(SegmentReadState state,
PostingsReaderBase postingsReader) |
FSTTermsReader(SegmentReadState state,
PostingsReaderBase postingsReader) |
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
MockFixedIntBlockPostingsFormat.fieldsProducer(SegmentReadState state) |
FieldsProducer |
MockVariableIntBlockPostingsFormat.fieldsProducer(SegmentReadState state) |
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
MockRandomPostingsFormat.fieldsProducer(SegmentReadState state) |
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
MockSepPostingsFormat.fieldsProducer(SegmentReadState state) |
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
NestedPulsingPostingsFormat.fieldsProducer(SegmentReadState state) |
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
PerFieldPostingsFormat.fieldsProducer(SegmentReadState state) |
DocValuesProducer |
PerFieldDocValuesFormat.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 |
---|---|
FieldsProducer |
RAMOnlyPostingsFormat.fieldsProducer(SegmentReadState readState) |
Modifier and Type | Method and Description |
---|---|
DocValuesProducer |
SimpleTextDocValuesFormat.fieldsProducer(SegmentReadState state) |
FieldsProducer |
SimpleTextPostingsFormat.fieldsProducer(SegmentReadState state) |
DocValuesProducer |
SimpleTextNormsFormat.normsProducer(SegmentReadState state) |
Constructor and Description |
---|
SimpleTextNormsProducer(SegmentReadState state) |
Constructor and Description |
---|
SegmentReadState(SegmentReadState other,
String newSegmentSuffix)
Create a
SegmentReadState . |
Copyright © 2000–2024 The Apache Software Foundation. All rights reserved.