creates a new index
The create command will create a new empty index.
bleve create [index path]
-i, --index string The bleve index type to use. (default "upside_down")
-m, --mapping string Path to a file containing a JSON represenation of an index mapping to use.
-s, --store string The bleve storage type to use. (default "boltdb")