Uses of Class
org.apache.lucene.index.SegmentReadState

Packages that use SegmentReadState
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.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
abstract  PerDocProducer NormsFormat.docsProducer(SegmentReadState state)
          Returns a PerDocProducer to read norms from the index.
abstract  PerDocProducer DocValuesFormat.docsProducer(SegmentReadState state)
          Produces (reads) doc values during reading/searching.
abstract  FieldsProducer PostingsFormat.fieldsProducer(SegmentReadState state)
          Reads a segment.
abstract  PostingsReaderBase PostingsBaseFormat.postingsReaderBase(SegmentReadState state)
          Creates the PostingsReaderBase for this format.
 

Uses of SegmentReadState in org.apache.lucene.codecs.lucene40
 

Methods in org.apache.lucene.codecs.lucene40 with parameters of type SegmentReadState
 PerDocProducer Lucene40NormsFormat.docsProducer(SegmentReadState state)
           
 PerDocProducer Lucene40DocValuesFormat.docsProducer(SegmentReadState state)
           
 FieldsProducer Lucene40PostingsFormat.fieldsProducer(SegmentReadState state)
          Deprecated.  
 PostingsReaderBase Lucene40PostingsBaseFormat.postingsReaderBase(SegmentReadState state)
          Deprecated.  
 

Constructors in org.apache.lucene.codecs.lucene40 with parameters of type SegmentReadState
Lucene40DocValuesProducer(SegmentReadState state, String segmentSuffix)
          Creates a new Lucene40DocValuesProducer instance and loads all DocValues instances for this segment and codec.
Lucene40NormsFormat.Lucene40NormsDocValuesProducer(SegmentReadState state, String segmentSuffix)
          Sole constructor.
 

Uses of SegmentReadState in org.apache.lucene.codecs.lucene41
 

Methods in org.apache.lucene.codecs.lucene41 with parameters of type SegmentReadState
 FieldsProducer Lucene41PostingsFormat.fieldsProducer(SegmentReadState state)
           
 PostingsReaderBase Lucene41PostingsBaseFormat.postingsReaderBase(SegmentReadState state)
           
 

Uses of SegmentReadState in org.apache.lucene.codecs.perfield
 

Methods in org.apache.lucene.codecs.perfield with parameters of type SegmentReadState
 FieldsProducer PerFieldPostingsFormat.fieldsProducer(SegmentReadState state)
           
 

Uses of SegmentReadState in org.apache.lucene.index
 

Constructors in org.apache.lucene.index with parameters of type SegmentReadState
SegmentReadState(SegmentReadState other, String newSegmentSuffix)
          Create a SegmentReadState.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.