Fix incorrect parameter name in javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@824334 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2009-10-12 13:43:17 +00:00
parent 6ad7737fa1
commit 608d61f3a9
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ import org.apache.solr.search.function.*;
* <br><code>l</code>, the lower bound, optional)
* <br><code>u</code>, the upper bound, optional)
* <br><code>incl</code>, include the lower bound: true/false, optional, default=true
* <br><code>incl</code>, include the upper bound: true/false, optional, default=true
* <br><code>incu</code>, include the upper bound: true/false, optional, default=true
* <br>Example: <code>{!frange l=1000 u=50000}myfield</code>
*/
public class FunctionRangeQParserPlugin extends QParserPlugin {