Package | Description |
---|---|
org.elasticsearch.action.deletebyquery |
Delete by query action.
|
Modifier and Type | Class and Description |
---|---|
class |
TransportDeleteByQueryAction
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.
|
Copyright © 2009–2016. All rights reserved.