Loading

文章分类 -  ES

摘要:当然ES的安装我就不详细的写了,百度一大堆,本人现在用的是6.2.3 的版本。 1.安装ES后我们开始创建索引和mapping; --PUT http://localhost:9200/local_mst_student_idx_1 local_mst_student_idx_1:代表索引名。 ma 阅读全文
posted @ 2023-03-08 13:09 RuoVea 阅读(369) 评论(0) 推荐(0)
摘要:demo源码 https://github.com/huhangfei/NestDemos 本文是针对NEST 5.X的使用的总结。 引用 NEST.dll Elasticsearch.Net.dll Newtonsoft.Json.dll 调试 本地debug时 可以通过fiddler抓取到请求e 阅读全文
posted @ 2023-01-13 11:28 RuoVea 阅读(47) 评论(0) 推荐(0)