Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-10283

SolrFeature fails to reject searches with missing efi (if used by fq)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 6.4, 6.4.1, 6.4.2
    • 6.5, 7.0
    • None
    • None

    Description

      My intention had been to update the Solr Reference Guide's Learning To Rank section w.r.t. External Feature Information i.e. https://cwiki.apache.org/confluence/display/solr/Learning+To+Rank#LearningToRank-ExternalFeatureInformation based on the https://lists.apache.org/thread.html/17547c1487067804077b1933ccde28d68841ec1694f6776c5682f28e@%3Csolr-user.lucene.apache.org%3E user mailing list thread.

      In the process I noticed that configuring a feature such as this

      {
        "store" : "myEfiFeatureStore",
        "name" : "isPreferredManufacturer",
        "class" : "org.apache.solr.ltr.feature.SolrFeature",
        "params" : { "fq" : [ "{!field f=manu}${preferredManufacturer}" ] }
      }
      

      and then not passing efi.preferredManufacturer=something is not rejected and instead a score of 1.0 is returned for the feature.

      This seems unexpected i.e. a bug.

      Attachments

        1. SOLR-10283.patch
          2 kB
          Christine Poerschke
        2. SOLR-10283.patch
          7 kB
          Christine Poerschke

        Issue Links

          Activity

            People

              cpoerschke Christine Poerschke
              cpoerschke Christine Poerschke
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: