| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.responses |
| Modifier and Type | Method | Description |
|---|---|---|
List<Index.Attributes> |
APIClient.listIndices() |
List all existing indexes
|
List<Index.Attributes> |
APIClient.listIndices(RequestOptions requestOptions) |
List all existing indexes
|
CompletableFuture<List<Index.Attributes>> |
AsyncAPIClient.listIndices() |
List all existing indexes
|
CompletableFuture<List<Index.Attributes>> |
AsyncAPIClient.listIndices(RequestOptions requestOptions) |
List all existing indexes
|
| Modifier and Type | Method | Description |
|---|---|---|
List<Index.Attributes> |
Indices.getItems() |
| Modifier and Type | Method | Description |
|---|---|---|
Indices |
Indices.setItems(List<Index.Attributes> items) |
Copyright © 2017. All rights reserved.