Elasticsearch学习笔记

来源:互联网 发布:读取网络文件 编辑:程序博客网 时间:2024/06/04 19:09

官网文档:

Elasticsearch: 权威指南:https://www.elastic.co/guide/cn/elasticsearch/guide/current/index.html


ElasticSearch实战速学领悟:http://edu.csdn.net/course/detail/5470?locationNum=10&fps=1&ref=srch&loc=2


Elasticsearch 5.4新闻搜索项目实战:http://edu.csdn.net/course/detail/5578?locationNum=11&fps=1&ref=srch&loc=2

ElasticSearch(43)
ElasticSearch 2.1.1 (1) - Getting Start: http://www.cnblogs.com/richaaaard/p/5165133.html


//用es的几种方法,比如js,java,python等

https://www.elastic.co/cn/products/elasticsearch


Elasticsearch学习笔记

http://www.jianshu.com/p/05cff717563c

这里,友情推荐httpie,一个非常强大的http工具,个人感觉比curl还用,几乎是命令行调试Elasticsearch的绝配,但是没安装成功!!

curl

httpie

I would not recommend using cURL on windows for elasticsearch.

You should definitely better use any REST tool like Post MAN or REST Console. If you want autocompletion, you should use Marvel


Elasticsearch基础教程

这篇文章讲解操作es的简单的基本命令,比如idex增删改查,filter,聚合查询等

http://blog.csdn.net/cnweike/article/details/33736429

《注:本文当执行curl -XPUT 'localhost:9200/customer?pretty'在powershell时报错,请参考另一篇文章《Powershell原生支持的cURL - Invoke-WebRequest 及与 cURL的使用区别》,改成相应的Invoke-WebRequest命令执行即可》,或者在Chrome下扩展插件,Postman Rest是个不错的选择


Elasticsearch学习笔记

http://www.jianshu.com/p/05cff717563c