| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.indexing |
| Modifier and Type | Method and Description |
|---|---|
DeleteResponse |
SearchIndex.clearObjects()
Clear the records of an index without affecting its settings.
|
DeleteResponse |
SearchIndex.clearObjects(RequestOptions requestOptions)
Clear the records of an index without affecting its settings.
|
default DeleteResponse |
SearchIndexRules.clearRules()
Delete all rules in an index.
|
default DeleteResponse |
SearchIndexRules.clearRules(Boolean forwardToReplicas)
Delete all rules in an index.
|
default DeleteResponse |
SearchIndexRules.clearRules(Boolean forwardToReplicas,
RequestOptions requestOptions)
Delete all rules in an index.
|
default DeleteResponse |
SearchIndexRules.clearRules(RequestOptions requestOptions)
Delete all rules in an index.
|
DeleteResponse |
SearchIndex.delete()
Delete the index and all its settings, including links to its replicas.
|
DeleteResponse |
SearchIndex.delete(RequestOptions requestOptions)
Delete the index and all its settings, including links to its replicas.
|
DeleteResponse |
SearchIndex.deleteBy(Query query)
Remove all objects matching a filter (including geo filters).
|
DeleteResponse |
SearchIndex.deleteBy(Query query,
RequestOptions requestOptions)
Remove all objects matching a filter (including geo filters).
|
DeleteResponse |
SearchIndex.deleteObject(String objectID)
Remove objects from an index using their object ids.
|
DeleteResponse |
SearchIndex.deleteObject(String objectID,
RequestOptions requestOptions)
Remove objects from an index using their object ids.
|
default DeleteResponse |
SearchIndexRules.deleteRule(String objectID)
Delete the rule for the given ruleId
|
default DeleteResponse |
SearchIndexRules.deleteRule(String objectID,
RequestOptions requestOptions)
Delete the rule for the given ruleId
|
default DeleteResponse |
SearchIndexSynonyms.deleteSynonym(String objectID)
Remove a single synonym from an index using its object id.
|
default DeleteResponse |
SearchIndexSynonyms.deleteSynonym(String objectID,
Boolean forwardToReplicas)
Remove a single synonym from an index using its object id.
|
default DeleteResponse |
SearchIndexSynonyms.deleteSynonym(String objectID,
RequestOptions requestOptions)
Remove a single synonym from an index using its object id.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DeleteResponse> |
SearchIndex.clearObjectsAsync()
Clear the records of an index without affecting its settings.
|
CompletableFuture<DeleteResponse> |
SearchIndex.clearObjectsAsync(RequestOptions requestOptions)
Clear the records of an index without affecting its settings.
|
default CompletableFuture<DeleteResponse> |
SearchIndexRules.clearRulesAsync()
Delete all rules in an index.
|
default CompletableFuture<DeleteResponse> |
SearchIndexRules.clearRulesAsync(Boolean forwardToReplicas)
Delete all rules in an index.
|
default CompletableFuture<DeleteResponse> |
SearchIndexRules.clearRulesAsync(Boolean forwardToReplicas,
RequestOptions requestOptions)
Delete all rules in an index.
|
default CompletableFuture<DeleteResponse> |
SearchIndexRules.clearRulesAsync(RequestOptions requestOptions)
Delete all rules in an index.
|
CompletableFuture<DeleteResponse> |
SearchIndex.deleteAsync()
Delete the index and all its settings, including links to its replicas.
|
CompletableFuture<DeleteResponse> |
SearchIndex.deleteAsync(RequestOptions requestOptions)
Delete the index and all its settings, including links to its replicas.
|
CompletableFuture<DeleteResponse> |
SearchIndex.deleteByAsync(Query query)
Remove all objects matching a filter (including geo filters).
|
CompletableFuture<DeleteResponse> |
SearchIndex.deleteByAsync(Query query,
RequestOptions requestOptions)
Remove all objects matching a filter (including geo filters).
|
CompletableFuture<DeleteResponse> |
SearchIndex.deleteObjectAsync(String objectID)
Remove objects from an index using their object ids.
|
CompletableFuture<DeleteResponse> |
SearchIndex.deleteObjectAsync(String objectID,
RequestOptions requestOptions)
Remove objects from an index using their object ids.
|
default CompletableFuture<DeleteResponse> |
SearchIndexRules.deleteRuleAsync(String objectID)
Delete the rule for the given ruleId
|
default CompletableFuture<DeleteResponse> |
SearchIndexRules.deleteRuleAsync(String objectID,
RequestOptions requestOptions)
Delete the rule for the given ruleId
|
default CompletableFuture<DeleteResponse> |
SearchIndexSynonyms.deleteSynonymAsync(String objectID)
Remove a single synonym from an index using its object id.
|
default CompletableFuture<DeleteResponse> |
SearchIndexSynonyms.deleteSynonymAsync(String objectID,
Boolean forwardToReplicas)
Remove a single synonym from an index using its object id.
|
default CompletableFuture<DeleteResponse> |
SearchIndexSynonyms.deleteSynonymAsync(String objectID,
RequestOptions requestOptions)
Remove a single synonym from an index using its object id.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteResponse |
DeleteResponse.setUpdatedAt(ZonedDateTime updatedAt) |
Copyright © 2019. All rights reserved.