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

Joel Bernstein updated SOLR-6088:
---------------------------------

    Attachment: SOLR-6088.patch

New patch, preserves documents that were elevated by the 
QueryElevationComponent.

> 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
>         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={!rerank mainQuery=$qq reRankQuery=$rqq reRankDocs=200}
> {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