7#ifndef TERMSHASHCONSUMERPERFIELD_H
8#define TERMSHASHCONSUMERPERFIELD_H
#define LUCENE_CLASS(Name)
Definition LuceneObject.h:24
Utility template class to handle collections that can be safely copied and shared.
Definition Collection.h:17
Base class for all Lucene classes.
Definition LuceneObject.h:31
Implement this class to plug into the TermsHash processor, which inverts & stores Tokens into a hash ...
Definition TermsHashConsumerPerField.h:16
virtual void addTerm(const RawPostingListPtr &p)=0
virtual int32_t getStreamCount()=0
virtual void newTerm(const RawPostingListPtr &p)=0
virtual bool start(Collection< FieldablePtr > fields, int32_t count)=0
virtual ~TermsHashConsumerPerField()
virtual void start(const FieldablePtr &field)=0
virtual void skippingLongTerm()=0
Definition AbstractAllTermDocs.h:12
boost::shared_ptr< Fieldable > FieldablePtr
Definition LuceneTypes.h:76
boost::shared_ptr< RawPostingList > RawPostingListPtr
Definition LuceneTypes.h:201