Uses of Class
org.alfresco.rest.api.search.model.HighlightEntry
-
Packages that use HighlightEntry Package Description org.alfresco.rest.api.search.model -
-
Uses of HighlightEntry in org.alfresco.rest.api.search.model
Methods in org.alfresco.rest.api.search.model that return types with arguments of type HighlightEntry Modifier and Type Method Description List<HighlightEntry>
SearchEntry. getHighlight()
Constructor parameters in org.alfresco.rest.api.search.model with type arguments of type HighlightEntry Constructor Description SearchEntry(Float score, List<HighlightEntry> highlight)
-