Package com.common.platform.solr.client.task

Examples of com.common.platform.solr.client.task.IndexTasksHandler


     * 功能描述:Solr客户端程序入口
     *
     * @param args  控制台参数
     */
    public static void main(String[] args) {
        IndexTasksHandler handler = new IndexTasksHandler();
        IndexTasksScheduleService.execute(handler);
    }
View Full Code Here

TOP

Related Classes of com.common.platform.solr.client.task.IndexTasksHandler

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.