From 13302cdf41f7c4963ca76e4f251819606854a477 Mon Sep 17 00:00:00 2001 From: Simon Willnauer Date: Thu, 13 Mar 2014 08:09:01 +0000 Subject: [PATCH] Fix typo git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1577058 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 77982a9bc6a..0988cda42cc 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -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