Closed miku closed 9 years ago
If building an index from scratch, we could just pass a mapping definition file, e.g.
$ esbulk -mapping mymapping.json -index test -type default file.ldj
Related to this, a -purge flag could be added, to always delete an existing index before reapplying the mapping and indexing the file, e.g.
-purge
$ esbulk -purge -mapping mymapping.json -index test -type default file.ldj
If building an index from scratch, we could just pass a mapping definition file, e.g.
Related to this, a
-purge
flag could be added, to always delete an existing index before reapplying the mapping and indexing the file, e.g.