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

Add boosting functionality to MoreLikeThisHandler

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 4.9, 6.0
    • MoreLikeThis
    • None

    Description

      The MoreLikeThisHandler facilitates the creation of a very simple yet powerful recommendation engine.

      It is possible to constrain the result set using filter queries. However, it isn't possible to influence the scoring using function queries. Adding function query boosting would allow for including such things as recency in the relevancy calculations.

      Unfortunately, the boost= parameter is already in use, meaning we cannot replicate the edismax boost/bf for additive/multiplicative boostings.

      My patch only touches the MoreLikeThisHandler, so the only really contentious thing is to decide the parameters to configure it.

      I have a prototype working, and will upload a patch shortly.

      Attachments

        1. SOLR-5827.1.patch
          8 kB
          Tommaso Teofili
        2. SOLR-5827.patch
          6 kB
          Upayavira
        3. SOLR-5827.patch
          5 kB
          Upayavira

        Activity

          People

            teofili Tommaso Teofili
            upayavira Upayavira
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: