Re: DataImportHandlerDeltaQueryViaFullImport and delete query

2011-04-18 Thread Robert Gründler
On 18.04.11 09:23, Bill Bell wrote: It runs delta imports faster. Normally you need to get the Pks that changed, and then run it through query="" which is slow when you have a lot of Ids but the query="" only adds/updates entries. I'm not sure how to delete entries by running a query like "

Re: DataImportHandlerDeltaQueryViaFullImport and delete query

2011-04-18 Thread Bill Bell
It runs delta imports faster. Normally you need to get the Pks that changed, and then run it through query="" which is slow when you have a lot of Ids It would be better if someone could just write a new fastdeltaquery="" s that you could do it in one step and also remove the queries... On

DataImportHandlerDeltaQueryViaFullImport and delete query

2011-04-18 Thread Robert Gründler
Hi, when using http://wiki.apache.org/solr/DataImportHandlerDeltaQueryViaFullImport to periodically run a delta-import, is it necessary to run a separate "normal" delta-import after it to delete entries from the index (using deletedPkQuery)? If so, what's the point of using this method for r