Fork me on GitHub

文章分类 -  elasticsearch

摘要:IK分词 IK分词是ES常用的中文分词器,支持自定义词库,词库热更新,不需要重启ES集群。 github地址。https://github.com/medcl/elasticsearch-analysis-ik IK支持Analyzer: ik_smart , ik_max_word , Token 阅读全文
posted @ 2022-09-08 00:17 v_nice 阅读(220) 评论(0) 推荐(0)
摘要:(-):创建elasticsearch 1,创建本地可挂载文件 touch xxx/config xxx/plugins xxx/data 2,创建docker-compose.yml 文件 3,创建xxx/config/elasticsearch.yml shell命令echo "http.hos 阅读全文
posted @ 2022-09-08 00:11 v_nice 阅读(323) 评论(0) 推荐(0)
摘要:1.docker 运行docker pull 2,生成容器 container docker run 单节点模式 -》docker run -it --privileged --name elasticsearch -p 9200:9200 -p 9300:9300 -e "discovery.ty 阅读全文
posted @ 2022-07-29 15:23 v_nice 阅读(254) 评论(0) 推荐(0)

1