7#ifndef COMPLEXEXPLANATION_H
8#define COMPLEXEXPLANATION_H
#define LUCENE_CLASS(Name)
Definition LuceneObject.h:24
bool match
Definition ComplexExplanation.h:24
virtual bool isMatch()
Indicates whether or not this Explanation models a good match.
virtual ~ComplexExplanation()
bool getMatch()
The match status of this explanation node.
virtual String getSummary()
A short one line summary which should contain all high level information about this Explanation,...
void setMatch(bool match)
Sets the match status assigned to this explanation node.
ComplexExplanation(bool match=false, double value=0, const String &description=EmptyString)
Explanation(double value=0, const String &description=EmptyString)
String description
Definition Explanation.h:24
double value
Definition Explanation.h:23
Definition AbstractAllTermDocs.h:12