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
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.
&
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