Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef TERMSHASHCONSUMERPERFIELD_H
8 #define TERMSHASHCONSUMERPERFIELD_H
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
virtual bool start(Collection< FieldablePtr > fields, int32_t count)=0
boost::shared_ptr< RawPostingList > RawPostingListPtr
Definition: LuceneTypes.h:201
virtual void addTerm(const RawPostingListPtr &p)=0
virtual ~TermsHashConsumerPerField()
virtual void newTerm(const RawPostingListPtr &p)=0
Definition: AbstractAllTermDocs.h:12
Base class for all Lucene classes.
Definition: LuceneObject.h:31
boost::shared_ptr< Fieldable > FieldablePtr
Definition: LuceneTypes.h:76
virtual int32_t getStreamCount()=0
virtual void start(const FieldablePtr &field)=0
virtual void skippingLongTerm()=0
Implement this class to plug into the TermsHash processor, which inverts & stores Tokens into a hash ...
Definition: TermsHashConsumerPerField.h:16
clucene.sourceforge.net