Package gc.solr.publish

Examples of gc.solr.publish.DocPublisher


    TaskContext context = this.getContext();
    Connection con = null;
    try {
      // TODO: dbconnection, gptinstance name, gcinstancename
      queryServer = new HttpSolrServer(solrCollectionUrl);
      docPublisher = new DocPublisher(context,solrCollectionUrl,5000,10,1);
      this.docPublisher.startup();
     
      // TODO remove this
      //deleteDocs();
      //if (true) return;
View Full Code Here

TOP

Related Classes of gc.solr.publish.DocPublisher

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.