Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef FORMATPOSTINGSTERMSCONSUMER_H
8 #define FORMATPOSTINGSTERMSCONSUMER_H
CharArray termBuffer
Definition: FormatPostingsTermsConsumer.h:18
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
virtual FormatPostingsDocsConsumerPtr addTerm(CharArray text, int32_t start)=0
Adds a new term in this field.
virtual ~FormatPostingsTermsConsumer()
Definition: AbstractAllTermDocs.h:12
boost::shared_ptr< FormatPostingsDocsConsumer > FormatPostingsDocsConsumerPtr
Definition: LuceneTypes.h:139
Base class for all Lucene classes.
Definition: LuceneObject.h:31
virtual FormatPostingsDocsConsumerPtr addTerm(const String &text)
Definition: FormatPostingsTermsConsumer.h:14
virtual void finish()=0
Called when we are done adding terms to this field.
clucene.sourceforge.net