Package com.algolia.model.search
Class UserHighlightResult
java.lang.Object
com.algolia.model.search.UserHighlightResult
UserHighlightResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanShow highlighted section and words matched on a query.Show highlighted section and words matched on a query.inthashCode()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.- Returns:
- userID
-
setClusterName
-
putClusterName
-
getClusterName
Show highlighted section and words matched on a query.- Returns:
- clusterName
-
equals
-
hashCode
public int hashCode() -
toString
-