git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1577058 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Willnauer 2014-03-13 08:09:01 +00:00
parent 4cc807a308
commit 13302cdf41
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ API Changes
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
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