Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "Optimistic_Concurrency" page has been changed by TadhgMulkern: http://wiki.apache.org/solr/Optimistic_Concurrency?action=diff&rev1=2&rev2=3 = Optimistic Concurrency = - A new feature in Solr 4.0 is Optimistic Locking, along with [[RealTimeGet]] and [[Atomic_Updates]] it allows Solr to be used as a NoSQL Database. It allows a conditional update based on document _version_. + A new feature in Solr 4.0 is Optimistic Locking, along with [[RealTimeGet]] and [[Atomic_Updates]] it allows Solr to be used as a NoSQL Database. It allows a conditional update based on document {{{_version_}}} field. See http://wiki.apache.org/solr/Per%20Steffensen/Update%20semantics for more detail + == References == + http://yonik.com/solr/optimistic-concurrency/ + https://issues.apache.org/jira/browse/SOLR-3178 +