Searched refs:solrHome (Results 1 - 3 of 3) sorted by relevance

/lucene-3.6.0/solr/test-framework/src/java/org/apache/solr/
H A DSolrJettyTestBase.java40 public static JettySolrRunner createJetty(String solrHome, String configFile, String context) throws Exception { argument
42 initCore(null, null, solrHome);
47 System.setProperty( "solr.solr.home", solrHome);
H A DSolrTestCaseJ4.java136 public static void initCore(String config, String schema, String solrHome) throws Exception { argument
139 if (solrHome != null) {
140 System.setProperty("solr.solr.home", solrHome);
/lucene-3.6.0/solr/core/src/java/org/apache/solr/core/
H A DCoreContainer.java71 protected String solrHome; field in class:CoreContainer
89 log.info("New CoreContainer: solrHome=" + solrHome + " instance="+System.identityHashCode(this));
152 String solrHome = SolrResourceLoader.locateSolrHome();
153 File fconf = new File(solrHome, solrConfigFilename == null ? "solr.xml"
156 cores = new CoreContainer(solrHome);
161 cores.load(solrHome, fconf);
165 cores.load(solrHome, new InputSource(new ByteArrayInputStream(DEF_SOLR_XML.getBytes("UTF-8"))));
201 public CoreContainer(String solrHome) { argument
202 this.solrHome
[all...]

Completed in 2045 milliseconds