简体   繁体   English

在 edismax 算法中,solar 中的分数是如何计算的?

[英]How score is calculated in solar in edismax algorithm?

How score is calculated in solar in edismax algorithm?在 edismax 算法中,solar 中的分数是如何计算的? I have idea of qf, pf, pf2, pf3 and mm.我有 qf、pf、pf2、pf3 和 mm 的想法。 But I have no idea what is formula used to get score of query({!field f=query_s v=$q}).但我不知道用于获得查询分数的公式是什么({!field f=query_s v=$q})。 I am using LucidWorks, I have added the screenshot for your reference.我正在使用 LucidWorks,我已经添加了屏幕截图供您参考。 I need to know exact formula or algorithm in which qf, pf, pf2, pf3 makes their contribution in calculating the score.我需要知道 qf、pf、pf2、pf3 在计算分数时做出贡献的确切公式或算法。 Algorithm with a proper example is really helpful for me.带有适当示例的算法对我来说真的很有帮助。 Screenshot of details parameter详细参数截图

In your situation, it's the Lucidworks code that implements that stage that would have to add the "debug=all" value to its call to Solr.在您的情况下,实现该阶段的 Lucidworks 代码必须将“debug=all”值添加到对 Solr 的调用中。 It would also have to transfer the response to some part of the Fusion response.它还必须将响应转移到 Fusion 响应的某些部分。

It's likely easiest to just create the Solr query that the stage would create, and run it yourself, either through the Solr Admin UI or directly to the Solr endpoint.最简单的方法可能是创建舞台将创建的 Solr 查询,然后通过 Solr 管理 UI 或直接到 Solr 端点自己运行它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用eDisMax通过多个字段加权分数的总和计算最终分数 - Compute final score by sum of multiple fields weighted scores with eDisMax 如何使用Edismax解析器在Solr中进行条件提升 - How to do a conditional boosting in solr with edismax parser SOLR:如何使用 edismax 提高多个值的结果? - SOLR: How to boost the result with multiple values with edismax? solr lucene-如何使用edismax应用boost bf。 它是添加剂吗? - solr lucene - how boost bf is applied using edismax. is it additive? 如何调试为显示在 solr 管理控制台上的文档和查询字符串计算的分数值? - How to debug the score value calculated for a document and query string which is displayed on solr admin console? Solr如何使用邻近搜索和通配符进行eDisMax查询? - Solr How to make eDisMax query with proximity search and wildcards? 如何使用dismax或edismax增强SOLR中的查询? - How can I use dismax or edismax to boost a query in SOLR? 如何在edismax搜索处理程序的架构中指定所有字段 - How to specify ALL fields in schema for edismax search handler Solr edismax。 如何检索给出查询结果的字段 - Solr edismax. How to retrieve the fields that gave the query result 在Solr中,如何将edismax与过滤查询一起使用(但没有默认字段)? - In Solr, how to use edismax with filter queries (but without a default field)?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM