public class SearchDetails
extends java.lang.Object
Constructor and Description |
---|
SearchDetails() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getExplanation()
Return an explantion about the role of the document inside the query
|
java.lang.Float |
getScore()
Returns the search score (i.e. relevance) of this document in the query
|
void |
setExplanation(java.lang.Object explanation)
Sets an explantion about the role of the document inside the query
|
void |
setScore(java.lang.Float score)
Sets the search score (i.e. relevance) of this document in the query
|
public java.lang.Float getScore()
public void setScore(java.lang.Float score)
public java.lang.Object getExplanation()
public void setExplanation(java.lang.Object explanation)