Mailing List Archive

Performance tuning for search and update documents ?
I have indexed documents along with IDS. I need to search and update
documents very frequently. To update documents I create Search Query with
100 IDS (say 100 boolean conditions), search it against the indexed data,
the searching time is very high, and after search completed , I retrieve
result documents one by one, update them. In this process most of the time
goes for searching.

My ultimate aim is to update documents , Is there any other way to update
multiple documents very fast ? Is there any way to make this process more
faster?



--
View this message in context: http://lucene.472066.n3.nabble.com/Performance-tuning-for-search-and-update-documents-tp4272084.html
Sent from the Lucene - General mailing list archive at Nabble.com.