An open API service indexing awesome lists of open source software.

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

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)