| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.indexing |
| Modifier and Type | Method and Description |
|---|---|
default List<IndicesResponse> |
SearchClientAdvanced.listIndices()
List all existing indexes
|
default List<IndicesResponse> |
SearchClientAdvanced.listIndices(RequestOptions requestOptions)
List all existing indexes
|
default CompletableFuture<List<IndicesResponse>> |
SearchClientAdvanced.listIndicesAsync()
List asynchronously all existing indexes
|
default CompletableFuture<List<IndicesResponse>> |
SearchClientAdvanced.listIndicesAsync(RequestOptions requestOptions)
List asynchronously all existing indexes
|
| Modifier and Type | Method and Description |
|---|---|
IndicesResponse |
IndicesResponse.setCreatedAt(OffsetDateTime createdAt) |
IndicesResponse |
IndicesResponse.setDataSize(int dataSize) |
IndicesResponse |
IndicesResponse.setEntries(int entries) |
IndicesResponse |
IndicesResponse.setFileSize(int fileSize) |
IndicesResponse |
IndicesResponse.setLastBuildTimes(int lastBuildTimes) |
IndicesResponse |
IndicesResponse.setName(String name) |
IndicesResponse |
IndicesResponse.setNumberOfPendingTasks(int numberOfPendingTasks) |
IndicesResponse |
IndicesResponse.setPendingTask(boolean pendingTask) |
IndicesResponse |
IndicesResponse.setUpdatedAt(OffsetDateTime updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
List<IndicesResponse> |
ListIndicesResponse.getIndices() |
| Modifier and Type | Method and Description |
|---|---|
ListIndicesResponse |
ListIndicesResponse.setItems(List<IndicesResponse> items) |
Copyright © 2019. All rights reserved.