Package com.gentics.cr.lucene.events

Examples of com.gentics.cr.lucene.events.IndexingFinishedEvent


        if (objectCount > 0) {
          indexLocation.createReopenFile();
        }
        UseCase ucFireEvent = MonitorFactory.startUseCase("indexCR(" + crid + ") fire IndexingFinishedEvent");
        EventManager.getInstance().fireEvent(new IndexingFinishedEvent(indexLocation));
        ucFireEvent.stop();
      }
    } catch (LockedIndexException ex) {
      log.debug("LOCKED INDEX DETECTED. TRYING AGAIN IN NEXT JOB.");
      if (this.indexLocation != null && !this.indexLocation.hasLockDetection()) {
View Full Code Here

TOP

Related Classes of com.gentics.cr.lucene.events.IndexingFinishedEvent

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.