Hi Otis,
Thank you very much, I will try now.
Regards,
Michel

-----Original Message-----
From: Otis Gospodnetic [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 16, 2003 11:55 AM
To: Lucene Users List
Subject: Re: Delete file in index!!!

Michel,

Regarding file uploads, I am not sure, but you should really ask that
elsewhere.  I am not sure where.
Regarding indexing only updated files, that is easy.  When indexing
your files, store the last modified date in a field in your index. 
Then, when re-indexing the files, get their last modified date from the
file system, and compare them to the date stored in the index.

Otis

--- [EMAIL PROTECTED] wrote:
> Hi,
> 
> I have a problem with deleting files in my directory and after this
> to my
> index. When I do an upload  file to my directory to replace and old
> one ,
> this is not replaced but added with another extension after .doc,
> .xls(e.g :
> .xls.2323234). After I need to reindex my all directory (is there
> another
> way to not reindex all and only to reindex the new file?) and how can
> I do
> to upload file to replace an old one automatically?  If somebody have
> time
> to answer I wiil appreciate. Thanks in advance.
> 
> PS: my English is poor but I hope that somebody can understand my
> problem.
> 
>  
> 
> Regards,
> 
> Michel  
> 
> 


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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

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

Reply via email to