Examples of resetIndexJobCreationTimes()


Examples of com.gentics.cr.lucene.indexer.index.LuceneIndexLocation.resetIndexJobCreationTimes()

    IndexAccessor ia = autocompleteLocation.getAccessor();
    IndexWriter writer = null;
    try {
      writer = ia.getWriter();
      writer.deleteAll();
      autocompleteLocation.resetIndexJobCreationTimes();
      autocompleteLocation.createReopenFile();
    } catch (IOException e) {
      log.error("Could not clear index", e);
    } finally {
      ia.release(writer);
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.