List of usage examples for org.apache.solr.core SolrResourceLoader subclass-usage
From source file com.ngdata.hbaseindexer.util.solr.SolrConfigLoader.java
/** * Loads a SolrConfig (and other configuration elements) from a SolrCloud ZooKeeper. */ public class SolrConfigLoader extends SolrResourceLoader { private ZooKeeper zk;
From source file org.sakaiproject.nakamura.solr.NakamuraSolrResourceLoader.java
public class NakamuraSolrResourceLoader extends SolrResourceLoader { static final String[] packages = { "", "analysis.", "schema.", "handler.", "search.", "update.", "core.", "response.", "request.", "update.processor.", "util.", "spelling.", "handler.component.", "handler.dataimport." }; static final String project = "solr";