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

Yonik Seeley updated SOLR-2351:
-------------------------------

    Affects Version/s:     (was: 1.5)
        Fix Version/s:     (was: 1.5)
                           (was: 1.3)
                       Next

> Allow the MoreLikeThis component to accept filters and use the already parsed 
> query from previous stages (if applicable) as seed.
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-2351
>                 URL: https://issues.apache.org/jira/browse/SOLR-2351
>             Project: Solr
>          Issue Type: Improvement
>          Components: MoreLikeThis
>            Reporter: Amit Nithian
>            Priority: Minor
>             Fix For: Next
>
>         Attachments: mlt.patch
>
>
> Currently the MLT component doesn't accept filter queries specified on the 
> URL which my application needed (I needed to restrict similar results by a 
> lat/long bounding box). This patch also attempts to solve the issue of 
> allowing the boost functions of the dismax to be used in the MLT component by 
> using the query object created by the QueryComponent to OR with the query 
> created by the MLT as part of the final query. In a blank dismax query with 
> no query/phrase clauses, this works although a separate BF definition/parsing 
> would be ideal.

-- 
This message is automatically generated by JIRA.
-
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