Example usage for org.apache.solr SolrTestCaseJ4 subclass-usage

List of usage examples for org.apache.solr SolrTestCaseJ4 subclass-usage

Introduction

In this page you can find the example usage for org.apache.solr SolrTestCaseJ4 subclass-usage.

Usage

From source file com.cloudera.cdk.morphline.solr.AbstractSolrMorphlineTest.java

public class AbstractSolrMorphlineTest extends SolrTestCaseJ4 {

    protected Collector collector;
    protected Command morphline;
    protected SolrServer solrServer;
    protected DocumentLoader testServer;

From source file com.kmwllc.search.graph.GraphQueryOldTest.java

public class GraphQueryOldTest extends SolrTestCaseJ4 {

    @BeforeClass
    public static void beforeTests() throws Exception {
        initCore("solrconfig.xml", "schema.xml", "solr", "graph");
    }

From source file com.kmwllc.search.graph.GraphQueryTest.java

public class GraphQueryTest extends SolrTestCaseJ4 {

    @BeforeClass
    public static void beforeTests() throws Exception {
        initCore("solrconfig.xml", "schema.xml", "solr", "graph");
    }

From source file com.kmwllc.search.graph.JoinQueryTest.java

public class JoinQueryTest extends SolrTestCaseJ4 {

    @BeforeClass
    public static void beforeTests() throws Exception {
        //initCore("solrconfig-graph.xml","schema-graph.xml");
        initCore("solrconfig.xml", "schema.xml", "solr", "graph");

From source file com.kmwllc.search.graph.LargeGraphQueryTest.java

public class LargeGraphQueryTest extends SolrTestCaseJ4 {

    public static void beforeTests() throws Exception {
        //initCore("solrconfig-graph.xml","schema-graph.xml");
        initCore("solrconfig.xml", "schema.xml", "solr", "graph");
    }

From source file com.lucid.solr.sidecar.SidecarIndexReaderFactoryTest.java

public class SidecarIndexReaderFactoryTest extends SolrTestCaseJ4 {

    private final File solrHomeDirectory = new File(TEMP_DIR, SidecarIndexReaderFactoryTest.class.getName());

    private final static String SOLR_XML = " <solr persistent=\"true\"> "
            + "<cores adminPath=\"/admin/cores\" defaultCoreName=\"target\">  "

From source file com.memonews.solr.handler.component.HighlightQueryComponentTest.java

/**
 * 
 * Test class for the <code>HighlightQueryComponent</code>.
 * 
 */
public class HighlightQueryComponentTest extends SolrTestCaseJ4 {

From source file com.memonews.solr.search.HighlightQParserPluginTest.java

/**
 * 
 * Test class for the <code>HighlightQParserPlugin</code>.
 * 
 */
public class HighlightQParserPluginTest extends SolrTestCaseJ4 {

From source file com.o19s.solr.swan.highlight.SwanHighlighterTest.java

/**
 * Tests some basic functionality of Solr while demonstrating good Best
 * Practices for using AbstractSolrTestCase
 */
public class SwanHighlighterTest extends SolrTestCaseJ4 {

From source file com.o19s.solr.swan.TermHighlightComponentTest.java

/**
 *
 *
 **/
public class TermHighlightComponentTest extends SolrTestCaseJ4 {