使用httpclient访问es,带密码的方式
https://blog.csdn.net/lvqinglou/article/details/106872790
header 添加 Authorization字段 内容为 new String(base64.encode(user:password))
es自定义打分排序 https://segmentfault.com/a/1190000037700644
es中文指南 https://www.elastic.co/guide/cn/elasticsearch/guide/current/index.html
query语法 https://www.jianshu.com/p/6c62170f8907
dis-max 查询 https://www.elastic.co/guide/cn/elasticsearch/guide/current/_best_fields.html