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 is

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 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 "Document Centric Ve

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 https://cwiki.apache.org/confluence/display/solr/Updating+Parts+of+Doc