Package org.apache.jackrabbit.oak.plugins.index.solr.server

Examples of org.apache.jackrabbit.oak.plugins.index.solr.server.RemoteSolrServerProvider


public class SolrServerConfigurationTest {

    @Test
    public void testCreateRemoteServerFromConfig() throws Exception {
        SolrServerConfiguration<RemoteSolrServerProvider> remoteSolrServerProviderSolrServerConfiguration = new RemoteSolrServerConfiguration(null, null, 1, 1, null);
        RemoteSolrServerProvider remoteSolrServerProvider = remoteSolrServerProviderSolrServerConfiguration.getProvider();
        assertNotNull(remoteSolrServerProvider);
    }
View Full Code Here

TOP

Related Classes of org.apache.jackrabbit.oak.plugins.index.solr.server.RemoteSolrServerProvider

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.