[ 
https://issues.apache.org/jira/browse/SOLR-5161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Smiley updated SOLR-5161:
-------------------------------

    Fix Version/s:     (was: 4.7)
                   4.8

> 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.8
>
>
> 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 was sent by Atlassian JIRA
(v6.2#6252)

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

Reply via email to