Re: Incremental Update of index

2012-12-05 Thread Sandeep Mestry
Hi Amit/Shanu, You can create the solr document for only the updated record and index it to ensure only the updated record gets indexed. You need not rebuild indexes from scratch for every record update. Thanks, Sandeep

Re: Incremental Update of index

2012-12-05 Thread Amit Jha
Thanks Sandeep, How can it done when using a database because database has all the records old, new and updated. On Wed, Dec 5, 2012 at 11:47 PM, Sandeep Mestry sanmes...@gmail.com wrote: Hi Amit/Shanu, You can create the solr document for only the updated record and index it to ensure only

Re: Incremental Update of index

2012-12-05 Thread Gora Mohanty
On 6 December 2012 11:13, Amit Jha shanuu@gmail.com wrote: Thanks Sandeep, How can it done when using a database because database has all the records old, new and updated. You need to do a delta-import: http://wiki.apache.org/solr/DataImportHandler#Using_delta-import_command Regards,