Package org.geotools.data.solr

Examples of org.geotools.data.solr.SolrDataStoreFactory



public class SolrStorePageTest extends GeoServerWicketTestSupport {

    private DataAccessNewPage startPage() {
        final String dataStoreFactoryDisplayName = new SolrDataStoreFactory().getDisplayName();
        final DataAccessNewPage page = new DataAccessNewPage(dataStoreFactoryDisplayName);
        login();
        tester.startPage(page);
        return page;
    }
View Full Code Here

TOP

Related Classes of org.geotools.data.solr.SolrDataStoreFactory

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.