mirror of https://github.com/apache/lucene.git
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:
parent
14ea535151
commit
451034b2e9
|
@ -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}.
|
||||
|
|
Loading…
Reference in New Issue