Hi, I have a use case where we have to write data into solr and immediately read it back. The read is not get by Id but a search call.
I am doing a softCommit after every such write which needs to be visible immediately. However sometimes the changes are not visible immediately. We have a solr cloud but I have also tried sending reads, writes and commits to cloud leader only and still there is some latency. Has anybody tried to use solr this way? -Bhawna