Shawn Heisey created SOLR-5161:
----------------------------------

             Summary: Distributed MoreLikeThis has problems when q.op=AND
                 Key: SOLR-5161
                 URL: https://issues.apache.org/jira/browse/SOLR-5161
             Project: Solr
          Issue Type: Bug
          Components: MoreLikeThis
    Affects Versions: 4.2.1
            Reporter: Shawn Heisey
             Fix For: 4.5, 5.0


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?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to