package elasticsearch-cli
  Command-line client for Elasticsearch
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      1.2.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=eaa0b90b2d06ba8d1e8a6c7fb85b292d924a0d26b71d9396e0b735a5929f1bb0
    
    
  md5=bd0dd791fc3ba1b6f0ace0fba8161652
    
    
  doc/CHANGELOG.html
Change Log
1.2
settingstoolcounttool- command aliases
 
1.1
deletetool- get and put: accept either index and doc_id, or index/[doc_type/]doc_id
 - get and delete: accept multiple ids
 
1.0
- add support for ES 7.x
 - auto detect ES version
 - search: allow to read body query from @file
 - BREAKING: switch to cmdliner to parse arguments
 
0.5
- build: switch build system to dune
 - search: use 
-Fto include stored fields - search: use 
-Rto retry search if there are failed shards - search: use 
-Eto explain hits - search: use 
-a,-d,-Oto set analyzer, default field and default operator for-q - search: use 
-wto analyze wildcard and prefix queries 
0.4
- use 
-tto set search timeout - use 
-Tto set HTTP request timeout - fix dependency on lwt ppx
 
0.3
flushtool- sliced scroll (
-Nand-I) - use 
-Sfor scroll search instead of-scroll - fix args after 
--being ignored 
0.2
put,recoveryandrefreshtools- split output format (
-f) by comma - fix source_exclude (
-e) and preference (-p) 
0.1
alias,get,health,nodesandsearchtools