From 36fab121e36c7c1ba8b6ee38eeab0d404eeceaa3 Mon Sep 17 00:00:00 2001 From: Doug Cutting Date: Mon, 4 Oct 2004 19:45:27 +0000 Subject: [PATCH] Remove mention of limitation that no longer exists. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150564 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index fe337c6e28e..a6a651abc32 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -74,9 +74,7 @@ $Id$ still somewhat slower than FSDirectory. However it uses less memory per query term, since a new buffer is not allocated per term, which may help applications which use, e.g., wildcard - queries. It also should, in theory, someday be faster. A - downside is, due to limitations of the nio APIs, this does not - work with indexes containing files larger than 2^31 bytes. (cutting) + queries. It may also someday be faster. (cutting & Paul Elschot) 16. Optimize the performance of certain uses of BooleanScorer, TermScorer and IndexSearcher. In particular, a BooleanQuery