Package org.ametys.cms.search
Interface SearchResult<A extends AmetysObject>
-
- Type Parameters:
A- the actual type of wrappedAmetysObject.
- All Known Implementing Classes:
ContentSearchResults.SearchResultWrapper,SolrDocumentResult
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 AgetObject()Get the result object.floatgetScore()Get the result score.
-