Uses of Class
com.algolia.search.models.indexing.DeleteResponse
-
Packages that use DeleteResponse Package Description com.algolia.search com.algolia.search.models.indexing -
-
Uses of DeleteResponse in com.algolia.search
Methods in com.algolia.search that return DeleteResponse Modifier and Type Method Description DeleteResponseSearchIndex. clearObjects()Clear the records of an index without affecting its settings.DeleteResponseSearchIndex. clearObjects(RequestOptions requestOptions)Clear the records of an index without affecting its settings.default DeleteResponseSearchIndexRules. clearRules()Delete all rules in an index.default DeleteResponseSearchIndexRules. clearRules(RequestOptions requestOptions)Delete all rules in an index.default DeleteResponseSearchIndexRules. clearRules(Boolean forwardToReplicas)Delete all rules in an index.default DeleteResponseSearchIndexRules. clearRules(Boolean forwardToReplicas, RequestOptions requestOptions)Delete all rules in an index.DeleteResponseSearchIndex. delete()Delete the index and all its settings, including links to its replicas.DeleteResponseSearchIndex. delete(RequestOptions requestOptions)Delete the index and all its settings, including links to its replicas.DeleteResponseSearchIndex. deleteBy(Query query)Remove all objects matching a filter (including geo filters).DeleteResponseSearchIndex. deleteBy(Query query, RequestOptions requestOptions)Remove all objects matching a filter (including geo filters).DeleteResponseSearchIndex. deleteObject(String objectID)Remove objects from an index using their object ids.DeleteResponseSearchIndex. deleteObject(String objectID, RequestOptions requestOptions)Remove objects from an index using their object ids.default DeleteResponseSearchIndexRules. deleteRule(String objectID)Delete the rule for the given ruleIddefault DeleteResponseSearchIndexRules. deleteRule(String objectID, RequestOptions requestOptions)Delete the rule for the given ruleIddefault DeleteResponseSearchIndexSynonyms. deleteSynonym(String objectID)Remove a single synonym from an index using its object id.default DeleteResponseSearchIndexSynonyms. deleteSynonym(String objectID, RequestOptions requestOptions)Remove a single synonym from an index using its object id.default DeleteResponseSearchIndexSynonyms. deleteSynonym(String objectID, Boolean forwardToReplicas)Remove a single synonym from an index using its object id.Methods in com.algolia.search that return types with arguments of type DeleteResponse Modifier and Type Method 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(RequestOptions requestOptions)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.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 ruleIddefault CompletableFuture<DeleteResponse>SearchIndexRules. deleteRuleAsync(String objectID, RequestOptions requestOptions)Delete the rule for the given ruleIddefault CompletableFuture<DeleteResponse>SearchIndexSynonyms. deleteSynonymAsync(String objectID)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.default CompletableFuture<DeleteResponse>SearchIndexSynonyms. deleteSynonymAsync(String objectID, Boolean forwardToReplicas)Remove a single synonym from an index using its object id. -
Uses of DeleteResponse in com.algolia.search.models.indexing
Methods in com.algolia.search.models.indexing that return DeleteResponse Modifier and Type Method Description DeleteResponseDeleteResponse. setUpdatedAt(ZonedDateTime updatedAt)
-