(String dataDir, SolrConfig config, CoreDescriptor coreDescriptor)
| 1454 | } catch (SolrException e) { |
| 1455 | throw new SolrException( |
| 1456 | ErrorCode.SERVER_ERROR, |
| 1457 | "Schema will not work with SolrCloud mode: " + e.getMessage(), |
| 1458 | e); |
| 1459 | } |
| 1460 | } |
| 1461 | } |
no test coverage detected