Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
23 Term(
const String& fld,
const String& txt = EmptyString);
44 TermPtr createTerm(
const String& text);
47 virtual int32_t hashCode();
55 void set(
const String& fld,
const String& txt);
57 virtual String toString();
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::shared_ptr< Term > TermPtr
Definition: LuceneTypes.h:233
boost::shared_ptr< LuceneObject > LuceneObjectPtr
Definition: LuceneTypes.h:539
A Term represents a word from text. This is the unit of search. It is composed of two elements,...
Definition: Term.h:20
String _text
Definition: Term.h:30
Definition: AbstractAllTermDocs.h:12
Base class for all Lucene classes.
Definition: LuceneObject.h:31
clucene.sourceforge.net