7 #ifndef FORMATPOSTINGSTERMSCONSUMER_H 8 #define FORMATPOSTINGSTERMSCONSUMER_H virtual ~FormatPostingsTermsConsumer()
virtual FormatPostingsDocsConsumerPtr addTerm(CharArray text, int32_t start)=0
Adds a new term in this field.
Definition: FormatPostingsTermsConsumer.h:14
CharArray termBuffer
Definition: FormatPostingsTermsConsumer.h:18
virtual void finish()=0
Called when we are done adding terms to this field.
boost::shared_ptr< FormatPostingsDocsConsumer > FormatPostingsDocsConsumerPtr
Definition: LuceneTypes.h:139
Base class for all Lucene classes.
Definition: LuceneObject.h:31
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12