package elasticsearch-cli
Command-line client for Elasticsearch
Install
Dune Dependency
Authors
Maintainers
Sources
0.5.tar.gz
sha256=c95b33fd6cef5b3a589a9ecd6cd284b011dff0eec173b80d63d3f1235ac34b6d
md5=1ad7f62a2c379581c01b85bfa4f58bd9
doc/CHANGELOG.html
Change Log
0.5
- build: switch build system to dune
- search: use
-F
to include stored fields - search: use
-R
to retry search if there are failed shards - search: use
-E
to explain hits - search: use
-a
,-d
,-O
to set analyzer, default field and default operator for-q
- search: use
-w
to analyze wildcard and prefix queries
0.4
- use
-t
to set search timeout - use
-T
to set HTTP request timeout - fix dependency on lwt ppx
0.3
flush
tool- sliced scroll (
-N
and-I
) - use
-S
for scroll search instead of-scroll
- fix args after
--
being ignored
0.2
put
,recovery
andrefresh
tools- split output format (
-f
) by comma - fix source_exclude (
-e
) and preference (-p
)
0.1
alias
,get
,health
,nodes
andsearch
tools