Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "SolrCloud" page has been changed by Mark Miller: http://wiki.apache.org/solr/SolrCloud?action=diff&rev1=71&rev2=72 {{{ sh zkcli.sh -cmd linkconfig -zkhost 127.0.0.1:9983 -collection collection1 -confname conf1 -solrhome example/solr }}} + + == Known Limitations == + + A small number of Solr search components do not support distributed search. In some cases, a component may never get distributed support, in other cases it may just be a matter of time and effort. All of the search components that do not yet support standard distributed search have the same limitation with SolrCloud. You can pass distrib=false to use these components on a single SolrCore. + + The Grouping feature only works if groups are in the same shard. Proper support will require custom hashing and there is already a JIRA issue working towards this. + == FAQ == * '''Q:''' I'm seeing lot's of session timeout exceptions - what to do?