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


Loading...
Searching...
No Matches
TermVectorsTermsWriterPerField.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 TERMVECTORSTERMSWRITERPERFIELD_H
8#define TERMVECTORSTERMSWRITERPERFIELD_H
9
11
12namespace Lucene {
13
52
53}
54
55#endif
#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
Definition TermVectorsTermsWriterPerField.h:14
DocStateWeakPtr _docState
Definition TermVectorsTermsWriterPerField.h:26
virtual void newTerm(const RawPostingListPtr &p0)
TermVectorsTermsWriterPerField(const TermsHashPerFieldPtr &termsHashPerField, const TermVectorsTermsWriterPerThreadPtr &perThread, const FieldInfoPtr &fieldInfo)
TermVectorsTermsWriterWeakPtr _termsWriter
Definition TermVectorsTermsWriterPerField.h:24
FieldInvertStateWeakPtr _fieldState
Definition TermVectorsTermsWriterPerField.h:27
virtual void finish()
Called once per field per document if term vectors are enabled, to write the vectors to RAMOutputStre...
int32_t maxNumPostings
Definition TermVectorsTermsWriterPerField.h:33
OffsetAttributePtr offsetAttribute
Definition TermVectorsTermsWriterPerField.h:34
TermVectorsTermsWriterPerThreadWeakPtr _perThread
Definition TermVectorsTermsWriterPerField.h:22
FieldInfoPtr fieldInfo
Definition TermVectorsTermsWriterPerField.h:25
virtual void addTerm(const RawPostingListPtr &p0)
bool doVectorOffsets
Definition TermVectorsTermsWriterPerField.h:31
TermsHashPerFieldWeakPtr _termsHashPerField
Definition TermVectorsTermsWriterPerField.h:23
virtual bool start(Collection< FieldablePtr > fields, int32_t count)
virtual void start(const FieldablePtr &field)
bool doVectors
Definition TermVectorsTermsWriterPerField.h:29
bool doVectorPositions
Definition TermVectorsTermsWriterPerField.h:30
Implement this class to plug into the TermsHash processor, which inverts & stores Tokens into a hash ...
Definition TermsHashConsumerPerField.h:16
Definition AbstractAllTermDocs.h:12
boost::weak_ptr< TermVectorsTermsWriter > TermVectorsTermsWriterWeakPtr
Definition LuceneTypes.h:258
boost::weak_ptr< TermVectorsTermsWriterPerThread > TermVectorsTermsWriterPerThreadWeakPtr
Definition LuceneTypes.h:261
boost::shared_ptr< Fieldable > FieldablePtr
Definition LuceneTypes.h:76
boost::weak_ptr< DocState > DocStateWeakPtr
Definition LuceneTypes.h:122
boost::weak_ptr< TermsHashPerField > TermsHashPerFieldWeakPtr
Definition LuceneTypes.h:250
boost::shared_ptr< OffsetAttribute > OffsetAttributePtr
Definition LuceneTypes.h:40
boost::weak_ptr< FieldInvertState > FieldInvertStateWeakPtr
Definition LuceneTypes.h:128
boost::shared_ptr< TermsHashPerField > TermsHashPerFieldPtr
Definition LuceneTypes.h:250
boost::shared_ptr< FieldInfo > FieldInfoPtr
Definition LuceneTypes.h:126
boost::shared_ptr< TermVectorsTermsWriterPerThread > TermVectorsTermsWriterPerThreadPtr
Definition LuceneTypes.h:261
boost::shared_ptr< RawPostingList > RawPostingListPtr
Definition LuceneTypes.h:201

clucene.sourceforge.net