You should be able to upload only the changed files?

Because of how Lucene works, often it's only a few small files that were changed on adding a few docs. Though there are times when many files change because a merge completed.

Tools like rsync do this incremental syncing well.

Mike

easycodes wrote:

I am using Lucene on both Server Side(Java Web Application) and Client
Side(C# Desktop client). Actually Client creates indexes and uploads it to server. And server searches from the index uploaded and shows the results to the user. Now first time all indexes from the files are created and uploaded to server but whenever there is change in file i have to update the indexes and upload the changes to server. But on updation i have upload main index file(which is updated). thats mean that if index file's size is 5 MB i have
to upload 5 MB on every change. Any Better Solution ? Any Idea? Your
response is highly appriciated.

Regards,

A . K
--
View this message in context: http://www.nabble.com/Index-Updation- Issue-tp16739758p16739758.html Sent from the Lucene - Java Developer mailing list archive at Nabble.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