Examples of ReIndexJob


Examples of org.encuestame.core.cron.ReIndexJob

     * @return
     * @throws EnMeExpcetion
     */
    public @Bean(name = "reindexJob")
    ReIndexJob reIndexJob() throws EnMeExpcetion {
        ReIndexJob indexJob = new ReIndexJob();
        indexJob.setIndexRebuilder(new IndexRebuilder());
        return indexJob;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.