Uses of Class
org.apache.lucene.codecs.PostingsConsumer
Packages that use PostingsConsumer
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 4.1 file format.
-
Uses of PostingsConsumer in org.apache.lucene.codecs
Subclasses of PostingsConsumer in org.apache.lucene.codecsModifier and TypeClassDescriptionclass
Extension ofPostingsConsumer
to support pluggable term dictionaries.Methods in org.apache.lucene.codecs that return PostingsConsumerModifier and TypeMethodDescriptionabstract PostingsConsumer
Starts a new term in this field; this may be called with no corresponding call to finish if the term had no docs. -
Uses of PostingsConsumer in org.apache.lucene.codecs.lucene41
Subclasses of PostingsConsumer in org.apache.lucene.codecs.lucene41Modifier and TypeClassDescriptionfinal class
Concrete class that writes docId(maybe frq,pos,offset,payloads) list with postings format.