Versioning and Optimistic Locking in Solr 4.0?

蓝咒 提交于 2019-12-11 20:27:10

问题


I saw

Versioning and Optimistic Locking – combined with real-time get, this allows read-update-write functionality that ensures no conflicting changes were made concurrently by other clients.

from http://searchhub.org/dev/2012/05/21/solr-4-preview/ and other sources. Although it is very interesting, there is few other mentions on this topic.

Can someone explain this feature?


回答1:


I cannot fully explain this feature. But, here are some additional links from the Solr Issues and Wiki that provide more details. With the official release of Solr 4.0 today, I am hopeful that more details and examples of how these features work will begin to emerge.

  • SOLR-3178 - Versioning - optimistic locking
  • Update Semantics
  • Real-Time Get


来源:https://stackoverflow.com/questions/12857218/versioning-and-optimistic-locking-in-solr-4-0

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!