Uses of Class
org.apache.lucene.codecs.PostingsWriterBase
-
Packages that use PostingsWriterBase 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. -
-
Uses of PostingsWriterBase in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return PostingsWriterBase Modifier and Type Method Description abstract PostingsWriterBasePostingsBaseFormat. postingsWriterBase(SegmentWriteState state)Creates thePostingsWriterBasefor this format.Constructors in org.apache.lucene.codecs with parameters of type PostingsWriterBase Constructor Description BlockTreeTermsWriter(SegmentWriteState state, PostingsWriterBase postingsWriter, int minItemsInBlock, int maxItemsInBlock)Create a new writer. -
Uses of PostingsWriterBase in org.apache.lucene.codecs.lucene40
Methods in org.apache.lucene.codecs.lucene40 that return PostingsWriterBase Modifier and Type Method Description PostingsWriterBaseLucene40PostingsBaseFormat. postingsWriterBase(SegmentWriteState state)Deprecated. -
Uses of PostingsWriterBase in org.apache.lucene.codecs.lucene41
Subclasses of PostingsWriterBase in org.apache.lucene.codecs.lucene41 Modifier and Type Class Description classLucene41PostingsWriterConcrete class that writes docId(maybe frq,pos,offset,payloads) list with postings format.Methods in org.apache.lucene.codecs.lucene41 that return PostingsWriterBase Modifier and Type Method Description PostingsWriterBaseLucene41PostingsBaseFormat. postingsWriterBase(SegmentWriteState state)
-