bayard bulk-set

DESCRIPTION

Set documents to index server in bulk

USAGE

bayard set [OPTIONS] [ARGS]

FLAGS

  • -h, --help
         Prints help information.

  • -v, --version
         Prints version information.

OPTIONS

  • -s, --server <IP:PORT>
         Index service address. [default: 127.0.0.1:5000]

ARGS

  • <ID>
         A unique ID that identifies the document in the index server.

  • <FIELDS>
         Fields of document to be indexed.

EXAMPLES

To put documents in bulk:

$ cat ./examples/bulk_put.jsonl | xargs -0 ./bin/bayard bulk-set