On Wed, Feb 1, 2012 at 4:13 AM, Ramo Karahasan <ramo.karaha...@googlemail.com> 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 by a task scheduler like cron. Also, if you are doing frequent delta imports and/or your index is large, you should consider how often to optimize when doing the import. Optimization is on by default, so in order not to optimize, you need to add &optimize=false to the URL. It is advisable to optimize at least once in a while, say at off-peak times. Regards, Gora