| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.mcm |
| Modifier and Type | Method and Description |
|---|---|
default SearchResult<UserId> |
SearchClientMcm.searchUserIDs(SearchUserIdsRequest query)
Search for userIDs The data returned will usually be a few seconds behind real-time, because
userID usage may take up to a few seconds propagate to the different cluster
|
default SearchResult<UserId> |
SearchClientMcm.searchUserIDs(SearchUserIdsRequest query,
RequestOptions requestOptions)
Search for userIDs The data returned will usually be a few seconds behind real-time, because
userID usage may take up to a few seconds propagate to the different cluster
|
default CompletableFuture<SearchResult<UserId>> |
SearchClientMcm.searchUserIDsAsync(SearchUserIdsRequest query)
Search for userIDs The data returned will usually be a few seconds behind real-time, because
userID usage may take up to a few seconds propagate to the different cluster
|
default CompletableFuture<SearchResult<UserId>> |
SearchClientMcm.searchUserIDsAsync(SearchUserIdsRequest query,
RequestOptions requestOptions)
Search for userIDs The data returned will usually be a few seconds behind real-time, because
userID usage may take up to a few seconds propagate to the different cluster
|
| Modifier and Type | Method and Description |
|---|---|
SearchUserIdsRequest |
SearchUserIdsRequest.setCluster(String cluster) |
SearchUserIdsRequest |
SearchUserIdsRequest.setHitsPerPage(Integer hitsPerPage) |
SearchUserIdsRequest |
SearchUserIdsRequest.setPage(Integer page) |
SearchUserIdsRequest |
SearchUserIdsRequest.setQuery(String query) |
Copyright © 2019. All rights reserved.