Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef COMPLEXEXPLANATION_H
8 #define COMPLEXEXPLANATION_H
18 ComplexExplanation(
bool match =
false,
double value = 0,
const String& description = EmptyString);
31 void setMatch(
bool match);
39 virtual bool isMatch();
42 virtual String getSummary();
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12
Describes the score computation for document and query.
Definition: Explanation.h:15
Describes the score computation for document and query, and can distinguish a match independent of a ...
Definition: ComplexExplanation.h:16
clucene.sourceforge.net