Package org.apache.solr.core

Examples of org.apache.solr.core.SolbaseCoreContainer


public class SolbaseInitializer extends Initializer {

    @Override
    public CoreContainer initialize() throws IOException, ParserConfigurationException, SAXException {
                     
        CoreContainer cores = new SolbaseCoreContainer(solrConfigFilename == null ? SolrConfig.DEFAULT_CONF_FILE : solrConfigFilename);

        return cores;
    }
View Full Code Here

TOP

Related Classes of org.apache.solr.core.SolbaseCoreContainer

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.