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
-
Method Details
-
getObject
Get the result object.- Returns:
- The result object.
-
getScore
float getScore()Get the result score.- Returns:
- The result score.
-