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

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

Uses of PostingsWriterBase in org.apache.lucene.codecs
 

Methods in org.apache.lucene.codecs that return PostingsWriterBase
abstract  PostingsWriterBase PostingsBaseFormat.postingsWriterBase(SegmentWriteState state)
          Creates the PostingsWriterBase for this format.
 

Constructors in org.apache.lucene.codecs with parameters of type PostingsWriterBase
BlockTreeTermsWriter(SegmentWriteState state, PostingsWriterBase postingsWriter, int minItemsInBlock, int maxItemsInBlock)
          Create a new writer.
 

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

Subclasses of PostingsWriterBase in org.apache.lucene.codecs.lucene40
 class Lucene40PostingsWriter
          Concrete class that writes the 4.0 frq/prx postings format.
 

Methods in org.apache.lucene.codecs.lucene40 that return PostingsWriterBase
 PostingsWriterBase Lucene40PostingsBaseFormat.postingsWriterBase(SegmentWriteState state)
           
 



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