List of usage examples for org.apache.solr SolrJettyTestBase subclass-usage
From source file com.streamsets.pipeline.solr.impl.Solr04ServerUtil.java
public class Solr04ServerUtil extends SolrJettyTestBase { SolrServer solrClient; public Solr04ServerUtil(String url) throws Exception { try { solrClient = new HttpSolrServer(url);
From source file com.streamsets.pipeline.solr.impl.Solr06ServerUtil.java
public class Solr06ServerUtil extends SolrJettyTestBase { private HttpSolrClient client; public Solr06ServerUtil(String url) throws Exception { try { // setup the client...
From source file com.streamsets.pipeline.stage.destination.solr.TestSolrTarget.java
public class TestSolrTarget extends SolrJettyTestBase { @BeforeClass public static void beforeTest() throws Exception { File solrHomeDir = new File("target", UUID.randomUUID().toString()); Assert.assertTrue(solrHomeDir.mkdirs());
From source file examples.MontySolrJettyBase.java
abstract public class MontySolrJettyBase extends SolrJettyTestBase { @BeforeClass public static void beforeMontySolrJettyBase() throws Exception { MontySolrAbstractLuceneTestCase.envInit(); }
From source file java.com.streamsets.pipeline.solr.impl.Solr07ServerUtil.java
public class Solr07ServerUtil extends SolrJettyTestBase { private HttpSolrClient client; public Solr07ServerUtil(String url) throws Exception { try { // setup the client...
From source file org.apache.hadoop.chukwa.datacollection.writer.solr.TestSolrWriter.java
public class TestSolrWriter extends SolrJettyTestBase { private static Logger log = Logger.getLogger(TestSolrWriter.class); CoreContainer container; public void setUp() { try {