You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by "Jaeger, Jay - DOT" <Ja...@dot.wi.gov> on 2011/09/01 17:43:13 UTC

RE: is it possible to do automatic indexing in solr ?

If you are indexing data, rather than "documents", another possibility is to use database triggers to fire off updates.

-----Original Message-----
From: Erik Hatcher [mailto:erik.hatcher@gmail.com] 
Sent: Wednesday, August 31, 2011 9:13 AM
To: solr-user@lucene.apache.org
Subject: Re: is it possible to do automatic indexing in solr ?

There is no scheduling built into Solr.  But many, including the search system deployed on our (Lucid's) website, is powered by cron jobs kicking off indexers of various varieties all the time.

Look into your operating systems scheduling capabilities and leverage those, is my advice.  Cron is your friend.

	Erik

On Aug 31, 2011, at 09:59 , vighnesh wrote:

> hi all
> 
> i am unable to do the scheduling in solr so is there any way to do automatic
> indexing in solr.Please give the solution on automatic idexing or specify
> the procedure for how to do schduling in solr.
> 
> --
> View this message in context: http://lucene.472066.n3.nabble.com/is-it-possible-to-do-automatic-indexing-in-solr-tp3298428p3298428.html
> Sent from the Solr - User mailing list archive at Nabble.com.