Lucene++ - a full-featured, c++ search engine
API Documentation


DocFieldConsumersPerThread.h
Go to the documentation of this file.
1 // Copyright (c) 2009-2014 Alan Wright. All rights reserved.
3 // Distributable under the terms of either the Apache License (Version 2.0)
4 // or the GNU Lesser General Public License.
6 
7 #ifndef DOCFIELDCONSUMERSPERTHREAD_H
8 #define DOCFIELDCONSUMERSPERTHREAD_H
9 
11 
12 namespace Lucene {
13 
15 public:
16  DocFieldConsumersPerThread(const DocFieldProcessorPerThreadPtr& docFieldProcessorPerThread, const DocFieldConsumersPtr& parent,
19 
21 
22 public:
27 
28 public:
29  virtual void startDocument();
30  virtual void abort();
31  virtual DocWriterPtr finishDocument();
33 };
34 
35 }
36 
37 #endif
boost::shared_ptr< DocFieldProcessorPerThread > DocFieldProcessorPerThreadPtr
Definition: LuceneTypes.h:117
DocFieldConsumersWeakPtr _parent
Definition: DocFieldConsumersPerThread.h:25
virtual DocFieldConsumerPerFieldPtr addField(const FieldInfoPtr &fi)
Definition: DocFieldConsumersPerThread.h:14
boost::shared_ptr< DocFieldConsumerPerThread > DocFieldConsumerPerThreadPtr
Definition: LuceneTypes.h:110
DocFieldConsumerPerThreadPtr two
Definition: DocFieldConsumersPerThread.h:24
boost::shared_ptr< DocFieldConsumers > DocFieldConsumersPtr
Definition: LuceneTypes.h:111
boost::weak_ptr< DocFieldConsumers > DocFieldConsumersWeakPtr
Definition: LuceneTypes.h:111
boost::shared_ptr< DocFieldConsumerPerField > DocFieldConsumerPerFieldPtr
Definition: LuceneTypes.h:109
Definition: DocFieldConsumerPerThread.h:14
virtual DocWriterPtr finishDocument()
boost::shared_ptr< FieldInfo > FieldInfoPtr
Definition: LuceneTypes.h:126
DocFieldConsumersPerThread(const DocFieldProcessorPerThreadPtr &docFieldProcessorPerThread, const DocFieldConsumersPtr &parent, const DocFieldConsumerPerThreadPtr &one, const DocFieldConsumerPerThreadPtr &two)
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12
DocStatePtr docState
Definition: DocFieldConsumersPerThread.h:26
DocFieldConsumerPerThreadPtr one
Definition: DocFieldConsumersPerThread.h:20
boost::shared_ptr< DocState > DocStatePtr
Definition: LuceneTypes.h:122
boost::shared_ptr< DocWriter > DocWriterPtr
Definition: LuceneTypes.h:125

clucene.sourceforge.net