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

Joel Bernstein resolved SOLR-6088.
----------------------------------

    Resolution: Fixed

> Add query re-ranking with the ReRankingQParserPlugin
> ----------------------------------------------------
>
>                 Key: SOLR-6088
>                 URL: https://issues.apache.org/jira/browse/SOLR-6088
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>            Reporter: Joel Bernstein
>            Assignee: Joel Bernstein
>             Fix For: 4.9
>
>         Attachments: SOLR-6088.patch, SOLR-6088.patch, SOLR-6088.patch, 
> SOLR-6088.patch, SOLR-6088.patch
>
>
> This ticket introduces the ReRankingQParserPlugin which adds query 
> Reranking/Rescoring for Solr. It leverages the new RankQuery framework to 
> plug-in the new Lucene QueryRescorer.
> See ticket LUCENE-5489 for details on the use case.
> Sample syntax:
> {code}
> q=*:*&rq={!rerank reRankQuery=$rqq reRankDocs=200 reRankWeight=3}
> {code}
> In the example above the mainQuery is executed and 200 docs are collected and 
> re-ranked based on the results of the reRankQuery. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to