class ContentSearchResults.SearchResultWrapper extends Object implements SearchResult<A>
Constructor and Description |
---|
SearchResultWrapper(A object) |
Modifier and Type | Method and Description |
---|---|
A |
getObject()
Get the result object.
|
float |
getScore()
Get the result score.
|
private A extends AmetysObject _object
SearchResultWrapper(A object)
public A getObject()
SearchResult
getObject
in interface SearchResult<A extends AmetysObject>
public float getScore()
SearchResult
getScore
in interface SearchResult<A extends AmetysObject>