Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef DOCFIELDCONSUMERPERFIELD_H
8 #define DOCFIELDCONSUMERPERFIELD_H
24 virtual void abort() = 0;
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: DocFieldConsumerPerField.h:14
virtual ~DocFieldConsumerPerField()
Definition: AbstractAllTermDocs.h:12
Base class for all Lucene classes.
Definition: LuceneObject.h:31
virtual void processFields(Collection< FieldablePtr > fields, int32_t count)=0
Processes all occurrences of a single field.
clucene.sourceforge.net