| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.indexing |
| Modifier and Type | Method and Description |
|---|---|
default CopyResponse |
SearchClientCopyOperations.copyIndex(String sourceIndex,
String destinationIndex)
Make a copy of an index, in the given scope.
|
default CopyResponse |
SearchClientCopyOperations.copyIndex(String sourceIndex,
String destinationIndex,
List<String> scopes)
Make a copy of an index, in the given scope.
|
default CopyResponse |
SearchClientCopyOperations.copyIndex(String sourceIndex,
String destinationIndex,
List<String> scopes,
RequestOptions requestOptions)
Make a copy of an index in the given scope.
|
default CopyResponse |
SearchClientCopyOperations.copyRules(String sourceIndex,
String destinationIndex)
Make a copy of the rules of an index
|
default CopyResponse |
SearchClientCopyOperations.copyRules(String sourceIndex,
String destinationIndex,
RequestOptions requestOptions)
Make a copy of the rules of an index
|
default CopyResponse |
SearchClientCopyOperations.copySettings(String sourceIndex,
String destinationIndex)
Make a copy of the settings of an index
|
default CopyResponse |
SearchClientCopyOperations.copySettings(String sourceIndex,
String destinationIndex,
RequestOptions requestOptions)
Make a copy of the settings of an index
|
default CopyResponse |
SearchClientCopyOperations.copySynonyms(String sourceIndex,
String destinationIndex)
Make a copy of the synonyms of an index
|
default CopyResponse |
SearchClientCopyOperations.copySynonyms(String sourceIndex,
String destinationIndex,
RequestOptions requestOptions)
Make a copy of the synonyms of an index
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CopyResponse> |
SearchClientCopyOperations.copyIndexAsync(String sourceIndex,
String destinationIndex)
Make a copy of an index, in the given scope.
|
default CompletableFuture<CopyResponse> |
SearchClientCopyOperations.copyIndexAsync(String sourceIndex,
String destinationIndex,
List<String> scopes)
Make a copy of an index, in the given scope.
|
default CompletableFuture<CopyResponse> |
SearchClientCopyOperations.copyIndexAsync(String sourceIndex,
String destinationIndex,
List<String> scopes,
RequestOptions requestOptions)
Make a copy of an index in the given scope.
|
default CompletableFuture<CopyResponse> |
SearchClientCopyOperations.copyRulesAsync(String sourceIndex,
String destinationIndex)
Make a copy of the rules of an index
|
default CompletableFuture<CopyResponse> |
SearchClientCopyOperations.copyRulesAsync(String sourceIndex,
String destinationIndex,
RequestOptions requestOptions)
Make a copy of the rules of an index
|
default CompletableFuture<CopyResponse> |
SearchClientCopyOperations.copySettingsAsync(String sourceIndex,
String destinationIndex)
Make a copy of the settings of an index
|
default CompletableFuture<CopyResponse> |
SearchClientCopyOperations.copySettingsAsync(String sourceIndex,
String destinationIndex,
RequestOptions requestOptions)
Make a copy of the settings of an index
|
default CompletableFuture<CopyResponse> |
SearchClientCopyOperations.copySynonymsAsync(String sourceIndex,
String destinationIndex)
Make a copy of the synonyms of an index
|
default CompletableFuture<CopyResponse> |
SearchClientCopyOperations.copySynonymsAsync(String sourceIndex,
String destinationIndex,
RequestOptions requestOptions)
Make a copy of the synonyms of an index
|
| Modifier and Type | Method and Description |
|---|---|
CopyResponse |
CopyResponse.setIndexName(String indexName) |
CopyResponse |
CopyResponse.setTaskID(Long taskID) |
CopyResponse |
CopyResponse.setUpdatedAt(OffsetDateTime updatedAt) |
Copyright © 2019. All rights reserved.