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.appending Codec for on append-only outputs, such as plain output streams and append-only filesystems. 
org.apache.lucene.codecs.lucene40 Lucene 4.0 file format. 
org.apache.lucene.codecs.pulsing Pulsing Codec: inlines low frequency terms' postings into terms dictionary. 
org.apache.lucene.codecs.sep Sep: base support for separate files (doc,frq,pos,skp,pyl) 
 

Uses of PostingsReaderBase in org.apache.lucene.codecs
 

Methods in org.apache.lucene.codecs that return PostingsReaderBase
abstract  PostingsReaderBase PostingsBaseFormat.postingsReaderBase(SegmentReadState state)
           
 

Constructors in org.apache.lucene.codecs with parameters of type PostingsReaderBase
BlockTermsReader(TermsIndexReaderBase indexReader, Directory dir, FieldInfos fieldInfos, String segment, PostingsReaderBase postingsReader, IOContext context, int termsCacheSize, String segmentSuffix)
           
BlockTreeTermsReader(Directory dir, FieldInfos fieldInfos, String segment, PostingsReaderBase postingsReader, IOContext ioContext, String segmentSuffix, int indexDivisor)
           
 

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

Constructors in org.apache.lucene.codecs.appending with parameters of type PostingsReaderBase
AppendingTermsReader(Directory dir, FieldInfos fieldInfos, String segment, PostingsReaderBase postingsReader, IOContext ioContext, String segmentSuffix, int indexDivisor)
           
 

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

Subclasses of PostingsReaderBase in org.apache.lucene.codecs.lucene40
 class Lucene40PostingsReader
          Concrete class that reads the 4.0 frq/prox postings format.
 

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

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

Subclasses of PostingsReaderBase in org.apache.lucene.codecs.pulsing
 class PulsingPostingsReader
          Concrete class that reads the current doc/freq/skip postings format
 

Constructors in org.apache.lucene.codecs.pulsing with parameters of type PostingsReaderBase
PulsingPostingsReader(PostingsReaderBase wrappedPostingsReader)
           
 

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

Subclasses of PostingsReaderBase in org.apache.lucene.codecs.sep
 class SepPostingsReader
          Concrete class that reads the current doc/freq/skip postings format.
 



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