ElSearch

默认9200端口
配置jvm内存参数 256m

运行:
安装目录
bin/elasticsearch
cd plugins
ls -a
rm .DS_Store

插件列表
bin/elasticsearch-plugin list

插件

elasticsearch-head

前端界面插件
yarn run start
9100 端口

跨域

1
2
http.cors.enabled: true
http.cors.allow-origin: "*"

ik

elsearch/elasticsearch-7.14.0/plugins/ik

自定义配置分词器
/config/IKAnalyzer.cfg.xml

GET _analyze
{
“analyzer”: “ik_smart”,
“text”: “中国共产党”
}

GET _analyze
{
“analyzer”: “ik_max_word”,
“text”: “中国共产党”
}

Kibana

bin/kibana

i18n.locale: “zh-CN”