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


Loading...
Searching...
No Matches
DocFieldConsumersPerField.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 DOCFIELDCONSUMERSPERFIELD_H
8#define DOCFIELDCONSUMERSPERFIELD_H
9
11
12namespace Lucene {
13
32
33}
34
35#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 DocFieldConsumerPerField.h:14
Definition DocFieldConsumersPerField.h:14
DocFieldConsumerPerFieldPtr one
Definition DocFieldConsumersPerField.h:22
DocFieldConsumersPerField(const DocFieldConsumersPerThreadPtr &perThread, const DocFieldConsumerPerFieldPtr &one, const DocFieldConsumerPerFieldPtr &two)
DocFieldConsumersPerThreadWeakPtr _perThread
Definition DocFieldConsumersPerField.h:24
DocFieldConsumerPerFieldPtr two
Definition DocFieldConsumersPerField.h:23
virtual void processFields(Collection< FieldablePtr > fields, int32_t count)
Processes all occurrences of a single field.
Definition AbstractAllTermDocs.h:12
boost::weak_ptr< DocFieldConsumersPerThread > DocFieldConsumersPerThreadWeakPtr
Definition LuceneTypes.h:114
boost::shared_ptr< DocFieldConsumerPerField > DocFieldConsumerPerFieldPtr
Definition LuceneTypes.h:109
boost::shared_ptr< DocFieldConsumersPerThread > DocFieldConsumersPerThreadPtr
Definition LuceneTypes.h:114

clucene.sourceforge.net