mirror of https://github.com/apache/lucene.git
Fix ReRankQuery.toString typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1697793 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
306d7f4198
commit
4199c14da7
|
@ -157,7 +157,7 @@ public class ReRankQParserPlugin extends QParserPlugin {
|
|||
return "{!rerank mainQuery='"+mainQuery.toString()+
|
||||
"' reRankQuery='"+reRankQuery.toString()+
|
||||
"' reRankDocs="+reRankDocs+
|
||||
" reRankWeigh="+reRankWeight+"}";
|
||||
" reRankWeight="+reRankWeight+"}";
|
||||
}
|
||||
|
||||
public Query rewrite(IndexReader reader) throws IOException {
|
||||
|
|
Loading…
Reference in New Issue