| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.indexing |
| Modifier and Type | Method and Description |
|---|---|
MoveIndexResponse |
SearchIndex.moveFrom(String sourceIndex)
Rename an index.
|
MoveIndexResponse |
SearchIndex.moveFrom(String sourceIndex,
RequestOptions requestOptions)
Rename an index.
|
default MoveIndexResponse |
SearchClientCopyOperations.moveIndex(String sourceIndex,
String destinationIndex)
Rename an index.
|
default MoveIndexResponse |
SearchClientCopyOperations.moveIndex(String sourceIndex,
String destinationIndex,
RequestOptions requestOptions)
Rename an index.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<MoveIndexResponse> |
SearchIndex.moveFromAsync(String sourceIndex)
Rename an index.
|
CompletableFuture<MoveIndexResponse> |
SearchIndex.moveFromAsync(String sourceIndex,
RequestOptions requestOptions)
Rename an index.
|
default CompletableFuture<MoveIndexResponse> |
SearchClientCopyOperations.moveIndexAsync(String sourceIndex,
String destinationIndex)
Rename an index.
|
default CompletableFuture<MoveIndexResponse> |
SearchClientCopyOperations.moveIndexAsync(String sourceIndex,
String destinationIndex,
RequestOptions requestOptions)
Rename an index.
|
| Modifier and Type | Method and Description |
|---|---|
MoveIndexResponse |
MoveIndexResponse.setIndexName(String indexName) |
MoveIndexResponse |
MoveIndexResponse.setTaskID(Long taskID) |
MoveIndexResponse |
MoveIndexResponse.setUpdatedAt(OffsetDateTime updatedAt) |
Copyright © 2019. All rights reserved.