Description
when I use ReRankQParserPlugin, I found if I leave reRankQuery paramter to null,then Solr will throw NullPointerException in ReRankQuery.hashCode() method. If reRankQuery parameter should not be null, It should be intercepted in ReRankQParser.parser() method to make it clear for users.
Attachments
Attachments
Issue Links
- relates to
-
SOLR-6202 Simplify the use of "rq" for query re-ranking
- Open