Uses of Class
org.apache.lucene.codecs.PostingsReaderBase

Packages that use PostingsReaderBase
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. 
 

Uses of PostingsReaderBase in org.apache.lucene.codecs
 

Methods in org.apache.lucene.codecs that return PostingsReaderBase
abstract  PostingsReaderBase PostingsBaseFormat.postingsReaderBase(SegmentReadState state)
          Creates the PostingsReaderBase for this format.
 

Constructors in org.apache.lucene.codecs with parameters of type PostingsReaderBase
BlockTreeTermsReader(Directory dir, FieldInfos fieldInfos, SegmentInfo info, PostingsReaderBase postingsReader, IOContext ioContext, String segmentSuffix, int indexDivisor)
          Sole constructor.
 

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

Subclasses of PostingsReaderBase in org.apache.lucene.codecs.lucene40
 class Lucene40PostingsReader
          Deprecated. Only for reading old 4.0 segments
 

Methods in org.apache.lucene.codecs.lucene40 that return PostingsReaderBase
 PostingsReaderBase Lucene40PostingsBaseFormat.postingsReaderBase(SegmentReadState state)
          Deprecated.  
 

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

Subclasses of PostingsReaderBase in org.apache.lucene.codecs.lucene41
 class Lucene41PostingsReader
          Concrete class that reads docId(maybe frq,pos,offset,payloads) list with postings format.
 

Methods in org.apache.lucene.codecs.lucene41 that return PostingsReaderBase
 PostingsReaderBase Lucene41PostingsBaseFormat.postingsReaderBase(SegmentReadState state)
           
 



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