Package org.ametys.cms.search
Interface SearchResult<A extends AmetysObject>
-
- Type Parameters:
A
- the actual type of wrappedAmetysObject
.
public interface SearchResult<A extends AmetysObject>
Interface representing a result from a search.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description A
getObject()
Get the result object.float
getScore()
Get the result score.
-