Re: How to handle multiple sub second updates to same SOLR Document

2014-01-28 Thread Bram Van Dam
On 01/25/2014 07:21 PM, christopher palm wrote: The problem I am trying to solve is that the order of these updates isn’t guaranteed once the multi threaded SOLRJ client starts sending them to SOLR, and older updates are overlaying the newer updates on the same document. Don't do that. There

Re: How to handle multiple sub second updates to same SOLR Document

2014-01-26 Thread Elisabeth Benoit
yutz Envoyé de mon iPhoneippj Le 26 janv. 2014 à 06:13, Shalin Shekhar Mangar shalinman...@gmail.com a écrit : There is no timestamp versioning as such in Solr but there is a new document based versioning which will allow you to specify your own (externally assigned) versions. See the

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

Re: How to handle multiple sub second updates to same SOLR Document

2014-01-25 Thread Shalin Shekhar Mangar
There is no timestamp versioning as such in Solr but there is a new document based versioning which will allow you to specify your own (externally assigned) versions. See the Document Centric Versioning Constraints section at