You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/java-api/delete-by-query.asciidoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
[[delete-by-query]]
2
2
== Delete By Query API
3
3
4
-
deprecated[1.5.3, "Delete by Query will be removed in 2.0: it is problematic since it silently forces a refresh which can quickly cause OutOfMemoryError during concurrent indexing, and can also cause primary and replica to become inconsistent. Instead, use the <<search,scroll/scan API>> to find all matching ids and then issue a bulk request to delete them.]
4
+
deprecated[1.5.3]
5
+
6
+
The delete by query API will be removed in 2.0: it is problematic since it silently forces a refresh which can quickly cause OutOfMemoryError during concurrent indexing, and can also cause primary and replica to become inconsistent. Instead, use the <<search,scroll/scan API>> to find all matching ids and then issue a bulk request to delete them.
5
7
6
8
The delete by query API allows one to delete documents from one or more
7
9
indices and one or more types based on a <<query-dsl-queries,query>>. Here
0 commit comments