Hi,

I need to update an index after I update data in the DB. I will first
update the DB and then call deleteByQuery in Solrj and then update
particular index. What happens to deleteByQuery method if there are
multiple ids found?

 

For eg, I am using deleteByQuery("12");

 

Can I specify field name here as in search and delete only those indices
belonging to a field. 

 

Like deleteByQuery("ID:12");

 

Is this allowed? 

 

Thanks

-Raghu

Reply via email to