12 2021 档案

摘要:1、下载并安装rabbitMQ 下载地址:http://www.rabbitmq.com/download.html 2、安装Erlang 下载地址:http://www.erlang.org/download/otp_win64_17.3.exe 3、启动服务 输入 rabbitmq-plugin 阅读全文
posted @ 2021-12-28 11:28 长乐未央丫 阅读(147) 评论(0) 推荐(0) 编辑
摘要:数据检索功能 # rs = es.search(index="index", doc_type="type", filter_path=["hits.hits._*"]) rs = es.search(index='shang', filter_path=['hits.hits._*'], size 阅读全文
posted @ 2021-12-28 10:46 长乐未央丫 阅读(1131) 评论(0) 推荐(0) 编辑
摘要:建立链接 from elasticsearch import Elasticsearch import json es = Elasticsearch( ['localhost:9200'], # 启动前嗅探es集群服务器 # sniff_on_start=True, # es集群服务器结点连接异常 阅读全文
posted @ 2021-12-27 16:08 长乐未央丫 阅读(296) 评论(0) 推荐(0) 编辑
摘要:一、安装Elasticsearch 直接到官网下载,下载地址:https://www.elastic.co/downloads/elasticsearch 下载成功后,直接去文件夹里面找到/bin/elasticsearch.bat 双击运行就可以启动elasticsearch服务器 然后在浏览器中 阅读全文
posted @ 2021-12-27 15:30 长乐未央丫 阅读(39) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示