AbstractIndex<T>, Serializable, SyncBaseIndex<T>Indexpublic interface SyncDeleteByQuery<T> extends SyncBaseIndex<T>
| Modifier and Type | Method | Description |
|---|---|---|
default Task |
deleteBy(Query query) |
Delete records matching a query
|
default Task |
deleteBy(Query query,
RequestOptions requestOptions) |
Delete records matching a query
|
default void |
deleteByQuery(Query query) |
Deprecated.
|
default void |
deleteByQuery(Query query,
int batchSize) |
Deprecated.
|
default void |
deleteByQuery(Query query,
int batchSize,
RequestOptions requestOptions) |
Deprecated.
|
default void |
deleteByQuery(Query query,
RequestOptions requestOptions) |
Deprecated.
|
getKlass, getNamegetApiClient@Deprecated default void deleteByQuery(@Nonnull Query query) throws AlgoliaException
deleteBy(Query)AlgoliaExceptiondefault Task deleteBy(@Nonnull Query query) throws AlgoliaException
query - The queryAlgoliaException@Deprecated default void deleteByQuery(@Nonnull Query query, @Nonnull RequestOptions requestOptions) throws AlgoliaException
deleteBy(Query, RequestOptions)AlgoliaExceptiondefault Task deleteBy(@Nonnull Query query, @Nonnull RequestOptions requestOptions) throws AlgoliaException
query - The queryrequestOptions - Options to pass to this requestAlgoliaException@Deprecated default void deleteByQuery(@Nonnull Query query, int batchSize) throws AlgoliaException
deleteBy(Query)AlgoliaException@Deprecated default void deleteByQuery(@Nonnull Query query, int batchSize, @Nonnull RequestOptions requestOptions) throws AlgoliaException
deleteBy(Query, RequestOptions)AlgoliaExceptionCopyright © 2018. All rights reserved.