I have the following steps:
- Update record in database
- Add record to solr using json
- Commit record in database
I insert the record using updatejson call with ?commit=true But this step takes a long time. Is there a better way to keep thes in sync? The record needs to be stored in solr. I don't mind it avilable for search immediate.