bulk loads from newline delimited JSON files
The bulk command will perform batch loading of documents in one or more newline delimited JSON files.
bleve bulk [index path] [data paths ...]
-b, --batch int Batch size for loading, default 1000. (default 1000)
-j, --json Parse the contents as JSON, defaults true. (default true)