SOLR 4.8 Collections API Create Collection Fails on Tomcat

2014-05-21 Thread christopher palm
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

How to handle multiple sub second updates to same SOLR Document

2014-01-25 Thread christopher palm
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