Package | Description |
---|---|
org.elasticsearch.action.deletebyquery |
Delete by query action.
|
org.elasticsearch.action.support.replication |
Modifier and Type | Class and Description |
---|---|
class |
DeleteByQueryRequestBuilder
Deprecated.
Delete by query will be removed in 2.0. Instead, use the scroll/scan API to find all matching IDs and then issue a bulk
request to delete them.
|
Modifier and Type | Class and Description |
---|---|
class |
IndicesReplicationOperationRequestBuilder<Request extends IndicesReplicationOperationRequest<Request>,Response extends ActionResponse,RequestBuilder extends IndicesReplicationOperationRequestBuilder<Request,Response,RequestBuilder>> |
Copyright © 2009–2015. All rights reserved.