Example usage for org.springframework.data.solr.server SolrClientFactory interface-usage

List of usage examples for org.springframework.data.solr.server SolrClientFactory interface-usage

Introduction

In this page you can find the example usage for org.springframework.data.solr.server SolrClientFactory interface-usage.

Usage

From source file org.springframework.data.solr.test.util.EmbeddedSolrServer.java

/**
 * {@link ExternalResource} wrapping a {@link CoreContainer} allowing easy access to {@link SolrClient} for cores
 * configured via an {@link Resource}. Configuration options will be copied to a temp folder and removed afterwards.
 *
 * @author Christoph Strobl
 */