bayard-cli bulk-delete
DESCRIPTION
Delete documents from index server in bulk
USAGE
bayard-cli bulk-delete [OPTIONS] [DOCS]
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
<DOCS>
Document containing the unique ID to be indexed.
EXAMPLES
To delete documents in bulk:
$ cat ./examples/bulk_delete.jsonl | xargs -0 bayard-cli bulk-delete