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