We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6aecacc + 1aed1f6 commit 44b1a67Copy full SHA for 44b1a67
docs/changelog/132967.yaml
@@ -0,0 +1,5 @@
1
+pr: 132967
2
+summary: ES-11331 streams params restriction
3
+area: Data streams
4
+type: enhancement
5
+issues: []
server/src/main/java/org/elasticsearch/rest/action/document/RestBulkAction.java
@@ -62,7 +62,6 @@ public class RestBulkAction extends BaseRestHandler {
62
63
public static final String TYPES_DEPRECATION_MESSAGE = "[types removal] Specifying types in bulk requests is deprecated.";
64
public static final String FAILURE_STORE_STATUS_CAPABILITY = "failure_store_status";
65
-
66
private final boolean allowExplicitIndex;
67
private final IncrementalBulkService bulkHandler;
68
private final IncrementalBulkService.Enabled incrementalEnabled;
0 commit comments