[
https://issues.apache.org/jira/browse/SOLR-6088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein reassigned SOLR-6088:
------------------------------------
Assignee: Joel Bernstein
> 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: [email protected]
For additional commands, e-mail: [email protected]