Re[2]: Lucene Index comparison..

2006-05-12 Thread Alexey Panchenko
Krishnan, Ananda wrote: > i will explain about my problem a bit more in detail. Every night at > a particular time indexing will be happen. I have to find out any > new urls or any files have been added in the new index so that i > have to send an alert to the customer. > I know about sending ale

[jira] Commented: (LUCENE-475) RAMDirectory(Directory dir, boolean closeDir) constructor uses memory inefficiently.

2005-12-01 Thread Alexey Panchenko (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-475?page=comments#action_12359122 ] Alexey Panchenko commented on LUCENE-475: - byte[] buf = new byte[READ_BUFFER_SIZE]; should be moved before the for-loop, so the single buffer can be used to load all

[jira] Commented: (LUCENE-322) [PATCH] Add IndexSearcher.numDocs() method

2006-04-11 Thread Alexey Panchenko (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-322?page=comments#action_12374026 ] Alexey Panchenko commented on LUCENE-322: - Yes, after getIndexReader() method is added this patch is not needed and is issue can be closed. > [PATCH]