aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/json/bulk-ops-invalid.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/json/bulk-ops-invalid.json')
-rw-r--r--src/test/resources/json/bulk-ops-invalid.json32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/test/resources/json/bulk-ops-invalid.json b/src/test/resources/json/bulk-ops-invalid.json
deleted file mode 100644
index 4708498..0000000
--- a/src/test/resources/json/bulk-ops-invalid.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "operations": [
- {
- "operation": "create",
- "meta-data": {
- "index": "test-index"
- },
- "document": {
- "field1": "value1",
- "field2": "value2"
- }
- },
- {
- "operation": "dance!",
- "meta-data": {
- "index": "test-index",
- "id": "2",
- "version": "5"
- },
- "document": {
- "field1": "new-value"
- }
- },
- {
- "operation": "delete",
- "meta-data": {
- "index": "test-index",
- "id": "4"
- }
- }
- ]
-} \ No newline at end of file