An open API service indexing awesome lists of open source software.

https://github.com/willf/escli

Elasticsearch CLI for creating mappings, adding documents, and searching
https://github.com/willf/escli

Last synced: about 1 year ago
JSON representation

Elasticsearch CLI for creating mappings, adding documents, and searching

Awesome Lists containing this project

README

          

# escli

Elasticsearch CLI for creating mappings, adding documents, and searching

```bash
Usage:
escli [options] [command-options]

Commands:
ping Ping the cluster
search Search for documents in the cluster
get Get a document by id
add Index documents
delete Delete documents
update Update documents
bulk Bulk actions
count Count documents
mlt More Like This
mappings Add mappings to the index
drop Drop the index
create Create an index
```