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]

Reply via email to