List of usage examples for org.apache.solr.common.cloud ZooKeeperException ZooKeeperException
public ZooKeeperException(ErrorCode code, String msg)
From source file:com.ngdata.hbaseindexer.util.solr.SolrConfigLoader.java
License:Apache License
@Override public String getConfigDir() { throw new ZooKeeperException(ErrorCode.SERVER_ERROR, "ZkSolrResourceLoader does not support getConfigDir() - likely, what you are trying to do is not supported in ZooKeeper mode"); }