add a bit of javadocs to the constructor

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@882175 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Grant Ingersoll 2009-11-19 15:26:07 +00:00
parent 14ea535151
commit 451034b2e9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public abstract class QParser {
/**
* Constructor for the QParser
* @param qstr The whole query string
* @param qstr The part of the query string specific to this parser
* @param localParams The set of parameters that are specific to this QParser. See http://wiki.apache.org/solr/LocalParams
* @param params The rest of the {@link org.apache.solr.common.params.SolrParams}
* @param req The original {@link org.apache.solr.request.SolrQueryRequest}.