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