elasticsearch-demo

学习笔记

API

_cat

/_cat/shards
/_cat/shards/{index}
/_cat/indices
/_cat/indices/{index}

_node

/_nodes

_cluster

/_cluster/health
/_cluster/health?level=shards

_settings

/_settings
/my_index/_settings
/my_index/_settings?include_defaults=true
/my_index/my_type/_mappings

_count

/my_index/_count

_analyze

/_analyze?analyzer=standard&text=suhua is a good boy
/_analyze?analyzer=english&text=suhua is a good boy 
/my_index/_analyze?field=name&text=Black-cats

Plugins

Articles

Books