mirror of https://github.com/apache/lucene.git
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:
parent
6ad7737fa1
commit
608d61f3a9
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue