Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef QUERYTERMVECTOR_H
8 #define QUERYTERMVECTOR_H
29 virtual String toString();
34 int32_t indexOf(
const String& term);
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Provides access to stored term vector of a document field. The vector consists of the name of the fie...
Definition: TermFreqVector.h:18
boost::shared_ptr< Analyzer > AnalyzerPtr
Definition: LuceneTypes.h:20
Definition: AbstractAllTermDocs.h:12
Base class for all Lucene classes.
Definition: LuceneObject.h:31
Definition: QueryTermVector.h:14
Collection< String > terms
Definition: QueryTermVector.h:22
Collection< int32_t > termFreqs
Definition: QueryTermVector.h:26
clucene.sourceforge.net