Example usage for org.springframework.data.solr.server.support SolrClientFactoryBase subclass-usage

List of usage examples for org.springframework.data.solr.server.support SolrClientFactoryBase subclass-usage

Introduction

In this page you can find the example usage for org.springframework.data.solr.server.support SolrClientFactoryBase subclass-usage.

Usage

From source file org.springframework.data.solr.server.support.HttpSolrClientFactory.java

 * The {@link HttpSolrClientFactory} replaces HttpSolrServerFactory from version 1.x and configures an
 * {@link HttpSolrClient} to work with the provided core. If provided Credentials eg. (@link
 * UsernamePasswordCredentials} and AuthPolicy (eg. BASIC, DIGEST,...) will be applied to the underlying HttpClient.
 * 
 * @author Christoph Strobl
 * @since 2.0

From source file org.springframework.data.solr.server.support.SolrClientFactoryBean.java

/**
 * Creates a {@link SolrClient} based on the composition of
 * {@code <solr:client />} XML element.
 */
public class SolrClientFactoryBean extends SolrClientFactoryBase
        implements FactoryBean<SolrClient>, InitializingBean, DisposableBean {