Searched refs:getSolrHome (Results 1 - 11 of 11) sorted by relevance

/lucene-3.6.0/solr/solrj/src/test/org/apache/solr/client/solrj/
H A DSolrExampleTestBase.java34 public String getSolrHome() { return "../../../example/solr/"; } method in class:SolrExampleTestBase
36 @Override public String getSchemaFile() { return getSolrHome()+"conf/schema.xml"; }
37 @Override public String getSolrConfigFile() { return getSolrHome()+"conf/solrconfig.xml"; }
46 System.setProperty( "solr.solr.home", this.getSolrHome() );
H A DMergeIndexesExampleTestBase.java43 public String getSolrHome() { method in class:MergeIndexesExampleTestBase
49 return getSolrHome() + "/core0/conf/schema.xml";
54 return getSolrHome() + "/core0/conf/solrconfig.xml";
H A DMultiCoreExampleTestBase.java43 @Override public String getSolrHome() { return ExternalPaths.EXAMPLE_MULTICORE_HOME; } method in class:MultiCoreExampleTestBase
45 @Override public String getSchemaFile() { return getSolrHome()+"/core0/conf/schema.xml"; }
46 @Override public String getSolrConfigFile() { return getSolrHome()+"/core0/conf/solrconfig.xml"; }
/lucene-3.6.0/solr/solrj/src/test/org/apache/solr/client/solrj/embedded/
H A DMultiCoreEmbeddedTest.java39 File home = new File( getSolrHome() );
41 cores.load( getSolrHome(), f );
H A DMergeIndexesEmbeddedTest.java40 File home = new File(getSolrHome());
42 cores.load(getSolrHome(), f);
/lucene-3.6.0/solr/contrib/clustering/src/test/org/apache/solr/handler/clustering/
H A DDistributedClusteringComponentTest.java27 public String getSolrHome() { method in class:DistributedClusteringComponentTest
/lucene-3.6.0/solr/test-framework/src/java/org/apache/solr/
H A DSolrJettyTestBase.java33 public String getSolrHome() { return ExternalPaths.EXAMPLE_HOME; } method in class:SolrJettyTestBase
H A DBaseDistributedSearchTestCase.java139 public String getSolrHome() { method in class:BaseDistributedSearchTestCase
149 System.setProperty("solr.solr.home", getSolrHome());
/lucene-3.6.0/solr/core/src/java/org/apache/solr/core/
H A DCoreDescriptor.java104 return SolrResourceLoader.normalizeDir(coreContainer.getSolrHome() +
H A DCoreContainer.java834 public String getSolrHome() { method in class:CoreContainer
/lucene-3.6.0/solr/test-framework/src/java/org/apache/solr/util/
H A DAbstractSolrTestCase.java100 public String getSolrHome() { method in class:AbstractSolrTestCase
154 System.setProperty("solr.solr.home", getSolrHome());

Completed in 38 milliseconds