There's nothing built into Solr or DIH that automatically looks to see if your DB has changed. People sometimes use cron jobs or similar to fire off the delta-import query on a regular schedule.
Best Erick On Tue, Jan 31, 2012 at 3:06 PM, Ramo Karahasan <ramo.karaha...@googlemail.com> wrote: > Hi, > > > > i'm using DHI for indexing my data. Currently I always to a delta import > manually as described here: > http://wiki.apache.org/solr/DataImportHandlerDeltaQueryViaFullImport > > > > The data is fetched from a database. How is it possible to update the index > if new data is inserted into the database? > > We have an PHP Applicatoin where we import some new data into the database, > I would like to index these data 1.) on-demand if we don't have much updates > 2.) as a batch for example 50.000 documents > > Automatically > > > > Would be great get some hints > > > > Best regards, > > Ramo >