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