" 分类「Elasticsearch」下的文章  共4篇 "

Elasticsearch

暂无关于该分类的介绍

尝试修复Elasticsearch中出现的“Too many dynamic script compilations”错误

背景有个业务接口使用es template模板搜索,模板比较复杂。同时在代码中使用java的velocity模板引擎来解析填充搜索关键词。最早使用Elas...

Clickhouse vs MongoDB: What are the differences?

IntroductionIn this article, we will discuss the key differences between Clic...

Elasticsearch 查询过程中的 pre-filter 原理

大家都知道在对索引执行查询的时候,需要在所有的分片上执行查询,因为无法知道被查询的关键词位于哪个分片,对于全文查询来说诚然如此,然而对于时序型的索引,当你...

Lucene评分算法解释

Lucene 的 IndexSearcher 提供一个 explain 方法,能够解释 Document 的 Score 是怎么得来的,具体每一部分的得分...