mirror of https://github.com/apache/lucene.git
fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@885362 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2ef402eefa
commit
76587d4e5f
|
@ -494,8 +494,7 @@ public final class NumericRangeQuery<T extends Number> extends MultiTermQuery {
|
|||
}
|
||||
|
||||
/**
|
||||
* Compares if current upper bound is reached,
|
||||
* this also updates the term count for statistics.
|
||||
* Compares if current upper bound is reached.
|
||||
* In contrast to {@link FilteredTermEnum}, a return value
|
||||
* of <code>false</code> ends iterating the current enum
|
||||
* and forwards to the next sub-range.
|
||||
|
|
Loading…
Reference in New Issue