Hi,

I'm using this configuration:

http://wiki.apache.org/solr/DataImportHandlerDeltaQueryViaFullImport

The wiki says: "In this case it means obviously that in case you also want
to use deletedPkQuery then when running the delta-import command is still
necessary."

In this link: http://wiki.apache.org/solr/DataImportHandler



   -

   *postImportDeleteQuery* : after full-import this will be used to cleanup
   the index <!>. This is honored only on an entity that is an immediate
   sub-child of <document> Solr1.4 <http://wiki.apache.org/solr/Solr1.4>.

Is it possible for me to use full-import and postimportdeletequery ? I have
table that has the UUIDs of all the records that need to be deleted. Can I
define something like postImportDeleteQuery = "Select Id from
delete_log_table". Can someone provide me an example ?

Any help is much appreciated.

Thank you.

Reply via email to