Class SearchEntry
- java.lang.Object
-
- org.alfresco.rest.api.search.model.SearchEntry
-
public class SearchEntry extends Object
POJO class representing the extra information that comes back from Search.
-
-
Constructor Summary
Constructors Constructor Description SearchEntry(Float score, List<HighlightEntry> highlight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<HighlightEntry>
getHighlight()
Float
getScore()
-
-
-
Constructor Detail
-
SearchEntry
public SearchEntry(Float score, List<HighlightEntry> highlight)
-
-
Method Detail
-
getScore
public Float getScore()
-
getHighlight
public List<HighlightEntry> getHighlight()
-
-