java.lang.Objectorg.apache.lucene.search.Explanation
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ComplexExplanation
| Constructor: |
|---|
|
|
| Method from org.apache.lucene.search.Explanation Summary: |
|---|
| addDetail, getDescription, getDetails, getSummary, getValue, isMatch, setDescription, setValue, toHtml, toString, toString |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.lucene.search.Explanation Detail: |
|---|
|
|
|
|
|
By default, an Explanation represents a "match" if the value is positive. |
|
|
|
|
|