| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.synonyms |
| Modifier and Type | Method and Description |
|---|---|
default ClearSynonymsResponse |
SearchIndexSynonyms.clearSynonyms()
Remove all synonyms from an index.
|
default ClearSynonymsResponse |
SearchIndexSynonyms.clearSynonyms(Boolean forwardToReplicas)
Remove all synonyms from an index.
|
default ClearSynonymsResponse |
SearchIndexSynonyms.clearSynonyms(RequestOptions requestOptions)
Remove all synonyms from an index.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ClearSynonymsResponse> |
SearchIndexSynonyms.clearSynonymsAsync()
Remove all synonyms from an index.
|
default CompletableFuture<ClearSynonymsResponse> |
SearchIndexSynonyms.clearSynonymsAsync(Boolean forwardToReplicas)
Remove all synonyms from an index.
|
default CompletableFuture<ClearSynonymsResponse> |
SearchIndexSynonyms.clearSynonymsAsync(RequestOptions requestOptions)
Remove all synonyms from an index.
|
| Modifier and Type | Method and Description |
|---|---|
ClearSynonymsResponse |
ClearSynonymsResponse.setUpdatedAt(OffsetDateTime updatedAt) |
Copyright © 2019. All rights reserved.