Uses of Class
org.apache.lucene.index.SegmentReadState
Packages that use SegmentReadState
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 4.0 file format.
Lucene 4.1 file format.
Lucene 4.2 file format.
Lucene 4.5 file format.
Postings format that can delegate to different formats per-field.
Code to maintain and access indices.
-
Uses of SegmentReadState in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs with parameters of type SegmentReadStateModifier and TypeMethodDescriptionabstract DocValuesProducer
DocValuesFormat.fieldsProducer
(SegmentReadState state) Returns aDocValuesProducer
to read docvalues from the index.abstract FieldsProducer
PostingsFormat.fieldsProducer
(SegmentReadState state) Reads a segment.abstract DocValuesProducer
NormsFormat.normsProducer
(SegmentReadState state) Returns aDocValuesProducer
to read norms from the index.abstract PostingsReaderBase
PostingsBaseFormat.postingsReaderBase
(SegmentReadState state) Creates thePostingsReaderBase
for this format. -
Uses of SegmentReadState in org.apache.lucene.codecs.lucene40
Methods in org.apache.lucene.codecs.lucene40 with parameters of type SegmentReadStateModifier and TypeMethodDescriptionLucene40DocValuesFormat.fieldsProducer
(SegmentReadState state) Deprecated.Lucene40PostingsFormat.fieldsProducer
(SegmentReadState state) Deprecated.Lucene40NormsFormat.normsProducer
(SegmentReadState state) Deprecated.Lucene40PostingsBaseFormat.postingsReaderBase
(SegmentReadState state) Deprecated. -
Uses of SegmentReadState in org.apache.lucene.codecs.lucene41
Methods in org.apache.lucene.codecs.lucene41 with parameters of type SegmentReadStateModifier and TypeMethodDescriptionLucene41PostingsFormat.fieldsProducer
(SegmentReadState state) Lucene41PostingsBaseFormat.postingsReaderBase
(SegmentReadState state) -
Uses of SegmentReadState in org.apache.lucene.codecs.lucene42
Methods in org.apache.lucene.codecs.lucene42 with parameters of type SegmentReadStateModifier and TypeMethodDescriptionLucene42DocValuesFormat.fieldsProducer
(SegmentReadState state) Deprecated.Lucene42NormsFormat.normsProducer
(SegmentReadState state) -
Uses of SegmentReadState in org.apache.lucene.codecs.lucene45
Methods in org.apache.lucene.codecs.lucene45 with parameters of type SegmentReadStateConstructors in org.apache.lucene.codecs.lucene45 with parameters of type SegmentReadStateModifierConstructorDescriptionprotected
Lucene45DocValuesProducer
(SegmentReadState state, String dataCodec, String dataExtension, String metaCodec, String metaExtension) expert: instantiates a new reader -
Uses of SegmentReadState in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield with parameters of type SegmentReadStateModifier and TypeMethodDescriptionfinal DocValuesProducer
PerFieldDocValuesFormat.fieldsProducer
(SegmentReadState state) final FieldsProducer
PerFieldPostingsFormat.fieldsProducer
(SegmentReadState state) -
Uses of SegmentReadState in org.apache.lucene.index
Constructors in org.apache.lucene.index with parameters of type SegmentReadStateModifierConstructorDescriptionSegmentReadState
(SegmentReadState other, String newSegmentSuffix) Create aSegmentReadState
.