| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.mcm |
| Modifier and Type | Method and Description |
|---|---|
default TopUserIdResponse |
SearchClientMcm.getTopUserID()
Get the top 10 userIDs with the highest number of records per cluster.
|
default TopUserIdResponse |
SearchClientMcm.getTopUserID(RequestOptions requestOptions)
Get the top 10 userIDs with the highest number of records per cluster.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
TopUserIdResponse |
TopUserIdResponse.setTopUsers(HashMap<String,List<UserId>> topUsers) |
Copyright © 2019. All rights reserved.