Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
47 void setBoost(
double boost);
75 void removeField(
const String& name);
83 void removeFields(
const String& name);
88 FieldPtr getField(
const String& name);
97 String get(
const String& name);
134 ByteArray getBinaryValue(
const String& name);
137 virtual String toString();
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Documents are the unit of indexing and search.
Definition: Document.h:24
boost::shared_ptr< Field > FieldPtr
Definition: LuceneTypes.h:75
Definition: AbstractAllTermDocs.h:12
Base class for all Lucene classes.
Definition: LuceneObject.h:31
boost::shared_ptr< Fieldable > FieldablePtr
Definition: LuceneTypes.h:76
double boost
Definition: Document.h:35
clucene.sourceforge.net