Uses of Class
org.apache.lucene.index.SegmentReadState
-
Packages that use SegmentReadState Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.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.perfield Postings format that can delegate to different formats per-field.org.apache.lucene.index Code to maintain and access indices. -
-
Uses of SegmentReadState in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs with parameters of type SegmentReadState Modifier and Type Method Description abstract DocValuesProducerDocValuesFormat. fieldsProducer(SegmentReadState state)Returns aDocValuesProducerto read docvalues from the index.abstract FieldsProducerPostingsFormat. fieldsProducer(SegmentReadState state)Reads a segment.abstract DocValuesProducerNormsFormat. normsProducer(SegmentReadState state)Returns aDocValuesProducerto read norms from the index.abstract PostingsReaderBasePostingsBaseFormat. postingsReaderBase(SegmentReadState state)Creates thePostingsReaderBasefor this format. -
Uses of SegmentReadState in org.apache.lucene.codecs.lucene40
Methods in org.apache.lucene.codecs.lucene40 with parameters of type SegmentReadState Modifier and Type Method Description DocValuesProducerLucene40DocValuesFormat. fieldsProducer(SegmentReadState state)Deprecated.FieldsProducerLucene40PostingsFormat. fieldsProducer(SegmentReadState state)Deprecated.DocValuesProducerLucene40NormsFormat. normsProducer(SegmentReadState state)Deprecated.PostingsReaderBaseLucene40PostingsBaseFormat. postingsReaderBase(SegmentReadState state)Deprecated. -
Uses of SegmentReadState in org.apache.lucene.codecs.lucene41
Methods in org.apache.lucene.codecs.lucene41 with parameters of type SegmentReadState Modifier and Type Method Description FieldsProducerLucene41PostingsFormat. fieldsProducer(SegmentReadState state)PostingsReaderBaseLucene41PostingsBaseFormat. postingsReaderBase(SegmentReadState state) -
Uses of SegmentReadState in org.apache.lucene.codecs.lucene42
Methods in org.apache.lucene.codecs.lucene42 with parameters of type SegmentReadState Modifier and Type Method Description DocValuesProducerLucene42DocValuesFormat. fieldsProducer(SegmentReadState state)Deprecated.DocValuesProducerLucene42NormsFormat. normsProducer(SegmentReadState state) -
Uses of SegmentReadState in org.apache.lucene.codecs.lucene45
Methods in org.apache.lucene.codecs.lucene45 with parameters of type SegmentReadState Modifier and Type Method Description DocValuesProducerLucene45DocValuesFormat. fieldsProducer(SegmentReadState state)Constructors in org.apache.lucene.codecs.lucene45 with parameters of type SegmentReadState Constructor Description 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 SegmentReadState Modifier and Type Method Description DocValuesProducerPerFieldDocValuesFormat. fieldsProducer(SegmentReadState state)FieldsProducerPerFieldPostingsFormat. fieldsProducer(SegmentReadState state) -
Uses of SegmentReadState in org.apache.lucene.index
Constructors in org.apache.lucene.index with parameters of type SegmentReadState Constructor Description SegmentReadState(SegmentReadState other, String newSegmentSuffix)Create aSegmentReadState.
-