mirror of https://github.com/apache/lucene.git
Fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1577058 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4cc807a308
commit
13302cdf41
|
@ -127,7 +127,7 @@ API Changes
|
||||||
too many results are rejected to guarantee an absolutely correct top N result.
|
too many results are rejected to guarantee an absolutely correct top N result.
|
||||||
The TopNSearcher now returns a struct like class that indicates if the result
|
The TopNSearcher now returns a struct like class that indicates if the result
|
||||||
is complete in the sense of the top N or not. Consumers of this API should assert
|
is complete in the sense of the top N or not. Consumers of this API should assert
|
||||||
on the completness if the bounded queue size is know ahead of time. (Simon Willnauer)
|
on the completeness if the bounded queue size is know ahead of time. (Simon Willnauer)
|
||||||
|
|
||||||
Optimizations
|
Optimizations
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue