org.apache.lucene.search
public class ComplexExplanation extends Explanation
Constructor Summary | |
---|---|
ComplexExplanation() | |
ComplexExplanation(boolean match, float value, String description) |
Method Summary | |
---|---|
Boolean | getMatch()
The match status of this explanation node. |
protected String | getSummary() |
boolean | isMatch()
Indicates wether or not this Explanation models a good match.
|
void | setMatch(Boolean match)
Sets the match status assigned to this explanation node. |
Returns: May be null if match status is unknown
If the match statis is explicitly set (ie: not null) this method uses it; otherwise it defers to the superclass.
See Also: ComplexExplanation
Parameters: match May be null if match status is unknown