Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef DOCINVERTERPERTHREAD_H
8 #define DOCINVERTERPERTHREAD_H
56 void reinit(
const String& stringValue, int32_t startOffset, int32_t endOffset);
DocStatePtr docState
Definition: DocInverterPerThread.h:30
InvertedDocEndConsumerPerThreadPtr endConsumer
Definition: DocInverterPerThread.h:27
boost::shared_ptr< DocFieldConsumerPerField > DocFieldConsumerPerFieldPtr
Definition: LuceneTypes.h:109
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
SingleTokenAttributeSource()
Definition: DocInverterPerThread.h:44
virtual DocFieldConsumerPerFieldPtr addField(const FieldInfoPtr &fi)
OffsetAttributePtr offsetAttribute
Definition: DocInverterPerThread.h:53
virtual void initialize()
Called directly after instantiation to create objects that depend on this object being fully construc...
boost::shared_ptr< ReusableStringReader > ReusableStringReaderPtr
Definition: LuceneTypes.h:207
boost::shared_ptr< DocWriter > DocWriterPtr
Definition: LuceneTypes.h:125
boost::shared_ptr< FieldInvertState > FieldInvertStatePtr
Definition: LuceneTypes.h:128
virtual void startDocument()
Definition: DocFieldConsumerPerThread.h:14
An AttributeSource contains a list of different Attributes, and methods to add and get them....
Definition: AttributeSource.h:43
DocInverterWeakPtr _docInverter
Definition: DocInverterPerThread.h:22
ReusableStringReaderPtr stringReader
Used to read a string value for a field.
Definition: DocInverterPerThread.h:34
boost::shared_ptr< DocFieldProcessorPerThread > DocFieldProcessorPerThreadPtr
Definition: LuceneTypes.h:117
SingleTokenAttributeSourcePtr singleToken
Definition: DocInverterPerThread.h:28
Definition: AbstractAllTermDocs.h:12
InvertedDocConsumerPerThreadPtr consumer
Definition: DocInverterPerThread.h:26
boost::shared_ptr< FieldInfo > FieldInfoPtr
Definition: LuceneTypes.h:126
boost::shared_ptr< OffsetAttribute > OffsetAttributePtr
Definition: LuceneTypes.h:40
boost::shared_ptr< InvertedDocEndConsumerPerThread > InvertedDocEndConsumerPerThreadPtr
Definition: LuceneTypes.h:168
DocInverterPerThread(const DocFieldProcessorPerThreadPtr &docFieldProcessorPerThread, const DocInverterPtr &docInverter)
This is a DocFieldConsumer that inverts each field, separately, from a Document, and accepts a Invert...
Definition: DocInverterPerThread.h:17
boost::shared_ptr< TermAttribute > TermAttributePtr
Definition: LuceneTypes.h:58
boost::shared_ptr< DocInverter > DocInverterPtr
Definition: LuceneTypes.h:119
void reinit(const String &stringValue, int32_t startOffset, int32_t endOffset)
boost::shared_ptr< SingleTokenAttributeSource > SingleTokenAttributeSourcePtr
Definition: LuceneTypes.h:224
boost::shared_ptr< DocState > DocStatePtr
Definition: LuceneTypes.h:122
FieldInvertStatePtr fieldState
Definition: DocInverterPerThread.h:31
boost::shared_ptr< InvertedDocConsumerPerThread > InvertedDocConsumerPerThreadPtr
Definition: LuceneTypes.h:165
virtual DocWriterPtr finishDocument()
boost::weak_ptr< DocInverter > DocInverterWeakPtr
Definition: LuceneTypes.h:119
virtual ~SingleTokenAttributeSource()
TermAttributePtr termAttribute
Definition: DocInverterPerThread.h:49
virtual ~DocInverterPerThread()
clucene.sourceforge.net