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
- Elasticsearch高级搜索排序( 中文+拼音+首字母+简繁转换+特殊符号过滤)
- 将 ELASTICSEARCH 写入速度优化到极限
- ELASTICSEARCH 写流程
- ElasticStack系列之九 & master、data 和 client 节点
- 分片内部原理
- Index Modules
- Update Indices Settings
- Index Templates
- Index Aliases
- cat APIs
- Cluster APIs
- Tune for indexing speed