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 alert to the customer but i am not sure about
> the comparison of the indexes.

> Have you ever tried this.. If so please let me know about the
> approach so that it would be much helpful for me.

The simple solution is to add to each document the field, containing
the timestamp of the addition of this document to the index.

This new field can be used to query documents added in the specified
date range.

-- 
Best regards,
 Alexey                            mailto:[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to