Hello,
I am trying to use the collections API to add in a secondary collection
similar to what is described in this article
http://heliosearch.org/solrcloud-assigning-nodes-machines/
It works fine on a jetty setup where bootstrap config dir is specified.
When I try to run this on a tomcat solr that
I have a scenario where the same SOLR document is being updated several
times within a few ms of each other due to how the source system is sending
in field updates on the document.
The problem I am trying to solve is that the order of these updates isn’t
guaranteed once the multi threaded SOLRJ c