I am getting no live node exception i dont know why In my schema define ro field such as
<field name="ro" type="Search_field" indexed="true" stored="true" /> <fieldType name="Search_field" class="solr.TextField"> <analyzer type="index"> <tokenizer class="solr.StandardTokenizerFactory"/> <filter class="solr.LowerCaseFilterFactory"/>... </analyzer> <analyzer type="query"> <tokenizer class="solr.StandardTokenizerFactory"/> <filter class="solr.LowerCaseFilterFactory"/> </analyzer> </fieldType> { "responseHeader":{ "status":500, "QTime":9, "params":{ "q":"_id:(1 3 2)", "indent":"true", "fl":"ro", "group.ngroups":"true", "wt":"json", "group.field":"ro", "group":"true"}}, "error":{ "msg":"org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://localhost:8983/solr/Restaurant_Restaurant_2_replica2, http://localhost:8984/solr/Restaurant_Restaurant_1_replica1, http://localhost:8983/solr/Restaurant_Restaurant_1_replica2]", "trace":"org.apache.solr.common.SolrException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://localhost:8983/solr/Restaurant_Restaurant_2_replica2, http://localhost:8984/solr/Restaurant_Restaurant_1_replica1, http://localhost:8983/solr/Restaurant_Restaurant_1_replica2]\n\tat org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:397)\n\tat org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)\n\tat org.apache.solr.core.SolrCore.execute(SolrCore.java:2068)\n\tat -- View this message in context: http://lucene.472066.n3.nabble.com/Exception-SolrServerException-No-live-SolrServers-available-to-handle-this-request-tp4258898.html Sent from the Solr - User mailing list archive at Nabble.com.