How to handle transaction management in Solr using Solrj? There is not much documentation related to this on the net. But I would appreciate if someone can provide any links or information related to transaction management using SolrJ.
How to handle transaction management in Solr using Solrj? There is not much documentation
Share
You would have to programatically deal with the transactions in SolrJ. When dealing with multiple writes.
This is how I dealt with the transaction management. If anyone has better answers, please feel free to improve the answer.