cutting 2004/10/04 12:45:27 Modified: . CHANGES.txt Log: Remove mention of limitation that no longer exists. Revision Changes Path 1.116 +2 -4 jakarta-lucene/CHANGES.txt Index: CHANGES.txt =================================================================== RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- CHANGES.txt 30 Sep 2004 12:44:05 -0000 1.115 +++ CHANGES.txt 4 Oct 2004 19:45:27 -0000 1.116 @@ -74,9 +74,7 @@ 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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]