7 #ifndef QUERYTERMVECTOR_H 8 #define QUERYTERMVECTOR_H 29 virtual String toString();
34 int32_t indexOf(
const String& term);
boost::shared_ptr< Analyzer > AnalyzerPtr
Definition: LuceneTypes.h:20
Provides access to stored term vector of a document field. The vector consists of the name of the fie...
Definition: TermFreqVector.h:18
Collection< String > terms
Definition: QueryTermVector.h:22
Definition: QueryTermVector.h:14
Base class for all Lucene classes.
Definition: LuceneObject.h:31
Collection< int32_t > termFreqs
Definition: QueryTermVector.h:26
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12