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
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
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