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