elasticsearch-index-termlist
elasticsearch-index-termlist copied to clipboard
option to show terms of leading underscore fields (e.g., "_all")?
With an index with only "index": "not_analyzed"
fields, it is confusing to not see the terms of _all
in curl -XGET 'http://localhost:9200/_termlist'
(i.e., output is: {"_shards":{"total":1,"successful":1,"failed":0},"terms":[]}
), but I see this is intentional in the README.md. Can an option to show these be added?