The next functionality I decided to look at, from the upcoming Solr 4.0, is the so called “Realtime Get”. It allows you to see the data even though it was not yet added to the index, thus before the commit operation being sent to Solr. Let’s see how it works.
cloud
SOLR-1873 – Solr Cloud in trunk
A few minutes ago changes marked as SOLR-1873 in the Apache JIRA system were added the trunk branch of Lucene and Solr SVN repository This means that the developer version of Solr was expanded with the functionality called Solr Cloud – the ability of managing the distributed Solr deployment from the administration pages.
We will try to write something about these new functionality as soon as possible 😉