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

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

Introduction

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

Usage

From source file org.vootoo.NamedCoresLocator.java

public class NamedCoresLocator extends ReadOnlyCoresLocator {

    List<TestHarness.TestCoresLocator> tcls = new ArrayList<>();

    public NamedCoresLocator(String... coreName) {
        File dataBase = new File(System.getProperty("tempDir", System.getProperty("java.io.tmpdir")),