7#ifndef COMPLEXEXPLANATION_H
8#define COMPLEXEXPLANATION_H
18 ComplexExplanation(
bool match =
false,
double value = 0,
const String& description = EmptyString);
#define LUCENE_CLASS(Name)
Definition LuceneObject.h:24
Describes the score computation for document and query, and can distinguish a match independent of a ...
Definition ComplexExplanation.h:16
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)
Describes the score computation for document and query.
Definition Explanation.h:15
Definition AbstractAllTermDocs.h:12