Example usage for org.apache.solr.util RestTestBase subclass-usage

List of usage examples for org.apache.solr.util RestTestBase subclass-usage

Introduction

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

Usage

From source file org.typo3.solr.search.AccessFilterQParserPluginTest.java

public class AccessFilterQParserPluginTest extends RestTestBase {

    public static final Logger log = LoggerFactory.getLogger(AccessFilterQParserPluginTest.class);

    private static final String collection = "collection1";
    private static final String confDir = collection + "/conf";