Package com.algolia.model.search
Class UserHighlightResult
java.lang.Object
com.algolia.model.search.UserHighlightResult
UserHighlightResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Show highlighted section and words matched on a query.Show highlighted section and words matched on a query.int
hashCode()
putClusterName
(String key, HighlightResult clusterNameItem) putUserID
(String key, HighlightResult userIDItem) setClusterName
(Map<String, HighlightResult> clusterName) setUserID
(Map<String, HighlightResult> userID) toString()
-
Constructor Details
-
UserHighlightResult
public UserHighlightResult()
-
-
Method Details
-
setUserID
-
putUserID
-
getUserID
Show highlighted section and words matched on a query. -
setClusterName
-
putClusterName
-
getClusterName
Show highlighted section and words matched on a query. -
equals
-
hashCode
public int hashCode() -
toString
-