UserHit

algoliasearch.search.UserHit
case class UserHit(userID: String, clusterName: String, nbRecords: Int, dataSize: Int, objectID: String, highlightResult: UserHighlightResult)

UserHit

Value parameters

clusterName

Cluster name.

dataSize

Data size taken by all the users assigned to the cluster.

nbRecords

Number of records in the cluster.

objectID

userID of the requested user. Same as userID.

userID

userID of the user.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product