elasticsearch-import
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "elasticsearch-import", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "import JSON files into your elasticsearch", | ||
@@ -5,0 +5,0 @@ "main": "./src/elasticsearch-import.js", |
@@ -29,3 +29,4 @@ # elasticsearch-import | ||
You can use the --withId option if you want to keep the _id of every object on the JSON file otherwise it will reattribute a _id for every object | ||
You can use the --withId option if you want to keep the _id of every object on the JSON file | ||
otherwise it will reattribute a _id for every object | ||
@@ -32,0 +33,0 @@ ## Notes |
5030
36