How SolrCloud Changes the User Experience in a Sharded Environment
The video above focuses on a new feature of Solr called SolrCloud, and its impact on the design of Solr-based search apps.
The next major release of Solr (4.0) will include "SolrCloud", which provides new distributed capabilities for both in-house and externally-hosted Solr installations. Among the new capabilities are: Automatic Distributed Indexing, High Availability and Failover, Near Real Time searching and Fault Tolerance. This talk will focus, at a high level, on how these new capabilities impact the design of Solr-based search applications primarily from infrastructure and operational perspectives.
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)





Comments
Fahmeed Nawaz replied on Tue, 2012/06/12 - 10:36am
How can i wrote this query with JAVA API ?
SQL: select count(*) from Tab where name='a' ;
mongoDB it is : db.Tab.find({ 'name': a' } ).count();
Any help plz ??