Skip to content

Commit 3789c89

Browse files
committed
Disabling allow_explicit_index breaks bulk
fixes elastic#4668
1 parent c5febc3 commit 3789c89

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/test/java/org/elasticsearch/action/bulk/simple-bulk5.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
{ "index": {
2-
"_type": "type1",
3-
"_id": "1"
4-
} }
1+
{ "index": {"_type": "type1","_id": "1"} }
52
{ "field1" : "value1" }
63
{ "delete" : { "_type" : "type1", "_id" : "2" } }
74
{ "create" : { "_type" : "type1", "_id" : "3" } }

0 commit comments

Comments
 (0)