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:
Erik Hatcher 2015-08-26 01:05:07 +00:00
parent 306d7f4198
commit 4199c14da7
1 changed files with 1 additions and 1 deletions

View File

@ -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 {