Re: Solr Incremental Indexing

2011-07-31 Thread Pranav Prakash
gt; update that record, i set it to getdate() - mssql func - and then get all > latest records order by that field. > > 2011/7/29 Mohammed Lateef Hussain > > > Hi > > > > Need some help in Solr incremental indexing approch. > > > > I have built my Solr index

Re: Solr Incremental Indexing

2011-07-30 Thread Alexei Martchenko
I always have a field in my databases called datelastmodified, so whenever I update that record, i set it to getdate() - mssql func - and then get all latest records order by that field. 2011/7/29 Mohammed Lateef Hussain > Hi > > Need some help in Solr incremental indexing approch. &

Solr Incremental Indexing

2011-07-29 Thread Mohammed Lateef Hussain
Hi Need some help in Solr incremental indexing approch. I have built my Solr index using SolrJ API and now want to update the index whenever any changes has been made in database. My requirement is not to use DB triggers to call any update events. I want to update my index on the fly whenever