On Wed, Feb 1, 2012 at 4:13 AM, Ramo Karahasan
wrote:
> This would mean, that i call somewhere in my application the url that is
> described in:
> http://wiki.apache.org/solr/DataImportHandlerDeltaQueryViaFullImport from my
> application?
[...]
Yes, if by application you mean the script used b
. Januar 2012 23:15
An: solr-user@lucene.apache.org
Betreff: Re: On-Demanp update if using DHI
To have it updated on-demand you could just implement it inside your
application, in form of event trigger or hook (depending how is your
application's architecture).
For batch udpates it is just as s
To have it updated on-demand you could just implement it inside your
application, in form of event trigger or hook (depending how is your
application's architecture).
For batch udpates it is just as simple as cron job script running as
fast as every minute. Limits (50k documents) are imposed on yo
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
wrote:
> Hi,
>
>
>
> i'm using DHI for ind
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