[
https://issues.apache.org/jira/browse/SOLR-6088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14019277#comment-14019277
]
ASF subversion and git services commented on SOLR-6088:
-------------------------------------------------------
Commit 1600765 from [~joel.bernstein] in branch 'dev/trunk'
[ https://svn.apache.org/r1600765 ]
SOLR-6088: Add query re-ranking with the ReRankingQParserPlugin
> 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: [email protected]
For additional commands, e-mail: [email protected]