Re: 2.0 release

2006-05-06 Thread Maxim Patramanskij
Currently, buffer sizes for BufferedIndexInput and BufferedIndexOutput are equals and have constant size of 1024 bytes. When using a database for index persistence, it slowdowns performance much because of relatively small buffer size. With JDBCDirectory and buffer size increased from 1Kb to 16K

Re[2]: RE : DateFilter.Before/After

2006-02-22 Thread Maxim Patramanskij
Hello Erik, Monday, September 15, 2003, 4:27:27 PM, you wrote: EH> On Monday, September 15, 2003, at 09:45 AM, Bruce Ritchie wrote: >> I would suggest *not* using caching inside of filters provided by >> lucene but rather provide a wrapper to do the caching. The reason is >> that some applicat

Re: 1.9 RC1

2006-02-15 Thread Maxim Patramanskij
Doug, what about including optimization of BuffereIndexOutput.writeBytes() method: [ http://issues.apache.org/jira/browse/LUCENE-435?page=all ] made by Lukas Zapletal, into 1.9? I'm wondering, because this can decrease index creation time, which I discovered as critical when using Lucene toget