Uses of Class
com.algolia.search.models.mcm.TopUserIdResponse
-
Packages that use TopUserIdResponse Package Description com.algolia.search com.algolia.search.models.mcm -
-
Uses of TopUserIdResponse in com.algolia.search
Methods in com.algolia.search that return TopUserIdResponse Modifier and Type Method Description default TopUserIdResponseSearchClientMcm. getTopUserID()Get the top 10 userIDs with the highest number of records per cluster.default TopUserIdResponseSearchClientMcm. getTopUserID(RequestOptions requestOptions)Get the top 10 userIDs with the highest number of records per cluster.Methods in com.algolia.search that return types with arguments of type TopUserIdResponse Modifier and Type Method Description default CompletableFuture<TopUserIdResponse>SearchClientMcm. getTopUserIDAsync()Get the top 10 userIDs with the highest number of records per cluster.default CompletableFuture<TopUserIdResponse>SearchClientMcm. getTopUserIDAsync(RequestOptions requestOptions)Get the top 10 userIDs with the highest number of records per cluster. -
Uses of TopUserIdResponse in com.algolia.search.models.mcm
Methods in com.algolia.search.models.mcm that return TopUserIdResponse Modifier and Type Method Description TopUserIdResponseTopUserIdResponse. setTopUsers(HashMap<String,List<UserId>> topUsers)
-