https://github.com/sing1ee/awesome-es-scripts
awesome query DSL and code snippet of ElasticSearch
https://github.com/sing1ee/awesome-es-scripts
List: awesome-es-scripts
Last synced: 6 months ago
JSON representation
awesome query DSL and code snippet of ElasticSearch
- Host: GitHub
- URL: https://github.com/sing1ee/awesome-es-scripts
- Owner: sing1ee
- License: mit
- Created: 2019-04-12T01:33:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T11:57:17.000Z (about 7 years ago)
- Last Synced: 2024-04-10T04:50:27.148Z (over 2 years ago)
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# awesome-es-scripts
awesome query DSL and code snippet of ElasticSearch
1. [模板](template.md)
2. [ES TF/IDF打分详情](how-es-score.md)
3. [ES编辑距离](es-edit-distance.md)
4. [如何使用ES实现匹配命中与否](constant_score.md)
4. [match_phrase设置slop需要注意的](match_phrase_slop.md)
4. [为什么有的时候docFreq和docNum不对](docfreq_docnum.md)
4. [业务搜索中,如何更好的使用ES的相关性打分](how-to-use-es-in-biz.md)