nidr 发表于 2017-12-19 12:24:15

solr 创建指定路由的collection

<?xml version="1.0" encoding="UTF-8" ?>  <response>
  <lst name="responseHeader">
  <int name="status">400</int>
  <int name="QTime">25</int>
  </lst>
  <str name="Operation createshard caused exception:">org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Cannot create collection goods. No live Solr-instances</str>
  <lst name="exception">
  <str name="msg">Cannot create collection goods. No live Solr-instances</str>
  <int name="rspCode">400</int>
  </lst>
  <lst name="error">
  <lst name="metadata">
  <str name="error-class">org.apache.solr.common.SolrException</str>
  <str name="root-error-class">org.apache.solr.common.SolrException</str>
  </lst>
  <str name="msg">Cannot create collection goods. No live Solr-instances</str>
  <int name="code">400</int>
  </lst>
  </response>
页: [1]
查看完整版本: solr 创建指定路由的collection