在Elasticsearch中计算相关性评分与Couchbase有何不同?

问题描述 投票:0回答:1

我想知道elasticsearch中的相关性分数是否与couchbase有差异?

elasticsearch lucene couchbase tf-idf relevance
1个回答
0
投票

根据this 2019长沙发线程,看来他们仍在使用tf/idf进行评分,而Elasticsearch曾经使用相同的算法,但现在移至BM25 algorithm for score calculation from 5.0

© www.soinside.com 2019 - 2024. All rights reserved.