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

Distributed MoreLikeThis has problems when q.op=AND

    XMLWordPrintableJSON

Details

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

    Description

      Distributed MoreLikeThis seems to result in "regular" distributed queries using the termvectors found in the example document.

      If q.op=AND in the initial request, then the distributed queries with the termvectors will ALSO have q.op=AND, which for my tests, has resulted in no matches. If I send the MLT request to a handler using edismax, or include q.op=OR, then it works as expected. It's very slow, which I'll bring up in another issue.

      Should it remove that parameter or assign it to OR? Should it ultimately pay attention to the mlt.operator mentioned in SOLR-5160, which is not implemented at this time?

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              elyograg Shawn Heisey
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: