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