zoukankan      html  css  js  c++  java
  • solr——返回结果评分计算过程显示

    使用solr中需要查看具体评分的计算过程,并分析评分计算过程。

    参数设置:

    返回结果:

    "response":{"numFound":10,"start":0,"maxScore":43.508614,"docs":[
          {
            "szqx":"江干区",
            "szs":"杭州市",
            "name":"杭州行政服务中心(市经信委)",
            "geo":"30.247389,120.20487",
            "dz":"杭州市江干区四季青街道",
            "score":43.508614,
            "[explain]":{
              "match":true,
              "value":43.508617,
              "description":"max plus 0.5 times others of:",
              "details":[{
                  "match":true,
                  "value":43.508617,
                  "description":"weight(name:"杭州 行政 服务中心"~3 in 23426) [SchemaSimilarity], result of:",
                  "details":[{
                      "match":true,
                      "value":43.508617,
                      "description":"score(doc=23426,freq=1.0 = phraseFreq=1.0
    ), product of:",
                      "details":[{
                          "match":true,
                          "value":5.0,
                          "description":"boost"},
                        {
                          "match":true,
                          "value":9.149736,
                          "description":"idf(), sum of:",
                          "details":[{
                              "match":true,
                              "value":5.095683,
                              "description":"idf, computed as log(1 + (docCount - docFreq + 0.5) / (docFreq + 0.5)) from:",
                              "details":[{
                                  "match":true,
                                  "value":315.0,
                                  "description":"docFreq"},
                                {
                                  "match":true,
                                  "value":51525.0,
                                  "description":"docCount"}]},
                            {
                              "match":true,
                              "value":3.4416144,
                              "description":"idf, computed as log(1 + (docCount - docFreq + 0.5) / (docFreq + 0.5)) from:",
                              "details":[{
                                  "match":true,
                                  "value":1649.0,
                                  "description":"docFreq"},
                                {
                                  "match":true,
                                  "value":51525.0,
                                  "description":"docCount"}]},
                            {
                              "match":true,
                              "value":0.61243886,
                              "description":"idf, computed as log(1 + (docCount - docFreq + 0.5) / (docFreq + 0.5)) from:",
                              "details":[{
                                  "match":true,
                                  "value":27928.0,
                                  "description":"docFreq"},
                                {
                                  "match":true,
                                  "value":51525.0,
                                  "description":"docCount"}]}]}
    View Code
  • 相关阅读:
    Web API 跨域问题
    找不到System.Web.Optimization命名空间
    IIS7配置rewriter
    Windows server 2008 R2实现多用户远程连接 (转)
    DatabaseGenerated(转)
    SQL、LINQ、Lambda 三种用法(转)
    Mvcpager以下各节已定义,但尚未为布局页“~/Views/Shared/_Layout.cshtml”呈现:“Scripts”。
    15-07-16 数据库--增删改查
    看名字测缘分
    String类
  • 原文地址:https://www.cnblogs.com/LCharles/p/11451484.html
Copyright © 2011-2022 走看看