Re: $deleteDocByQuery is not working for me

2019-11-12 Thread Paresh
Hi, I am able to get it done using following way - Thanks, Paresh -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

$deleteDocByQuery is not working for me

2019-11-11 Thread Paresh
Hi, I am trying to write an entity to delete documents for the records marked as deleted in my rdbms database using db-data-config.xml file with following entry in an entity - query="SELECT CONCAT( 'ColName:', dbCol ) AS '$deleteDocByQuery' FROM TABLE1 t1 WHERE t1.state = 1 AND t1.lmd > TO_DAT