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


 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
DocInverterPerThread.h
Go to the documentation of this file.
1 
2 // 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 DOCINVERTERPERTHREAD_H
8 #define DOCINVERTERPERTHREAD_H
9 
11 #include "AttributeSource.h"
12 
13 namespace Lucene {
14 
18 public:
19  DocInverterPerThread(const DocFieldProcessorPerThreadPtr& docFieldProcessorPerThread, const DocInverterPtr& docInverter);
20  virtual ~DocInverterPerThread();
21 
23 
24 public:
29 
32 
35 
36 public:
37  virtual void initialize();
38  virtual void startDocument();
39  virtual DocWriterPtr finishDocument();
40  virtual void abort();
42 };
43 
45 public:
48 
50 
51 public:
54 
55 public:
56  void reinit(const String& stringValue, int32_t startOffset, int32_t endOffset);
57 };
58 
59 }
60 
61 #endif

clucene.sourceforge.net