Top "Solrcloud" questions

SolrCloud is the name of a set of new distributed capabilities in Solr.

Reloading SolrCloud configuration (stored on Zookeeper) - schema.xml

I have setup a SolrCloud replication using standalone zookeeper. But now I wish to make some changes to my Schema.…

solr apache-zookeeper solr4 solrcloud
changing port number for solr-4.3.1

I have been using solr 3 and now I am plan to switch to solr 4. The port that I want to …

solr solr4 solrcloud
Error when start Solr cloud, due to location of 3rd party libraries

I tried to migrate to Solr 3.1 , my project uses Dataimport handler , when I started solr it asked me SolrCoreAwar not …

exception solr classpath solrcloud
Changing Schema.xml in SolrCloud setup

how do i change the schema.xml for a collection in SolrCloud? I have set up a zookeeper-ensemble on 3 nodes …

solr apache-zookeeper solrcloud
Setting up a single Zookeeper instance and the binding fails

I am trying to set up a single zookeeper instance using the configuration below , however the start log indicates that …

apache-zookeeper solrcloud
java.lang.IllegalStateException: Cannot call sendError() after the response has been committed

I am working on indexing around 3 TB of data into apache solr. I am getting below error in my tomcat …

solr solrcloud
SolrCloud - How to resolve "Could not find collection configName"

I am trying to start Solr in SolrCloud mode. I have created a new collection from collection1 and changed its …

solr solrcloud
Solr result grouping error .Unexpected docvalues type SORTED_SET for field 'vendor' (expected=SORTED)

I have a solr schema like this <fields> <field name="id" type="string" indexed="false" stored="true" …

indexing solr lucene solrcloud solr-query-syntax
Is there any way to remove dead replicas in solrcloud?

I am using solr 4.5. After several tests I have noticed a lot of dead (non existing) replicas are shown in …

solr apache-zookeeper solrcloud
Loadbalancer and Solrcloud

I am wondering how loadbalancer can be set up on top of SolrCloud or a load-balancer is not needed? If …

solr solrcloud