Package com.dotcms.content.elasticsearch.business

Examples of com.dotcms.content.elasticsearch.business.ContentletIndexAPI.optimize()


    public void optimizeIndices() {
      validateUser();
        ContentletIndexAPI api=APILocator.getContentletIndexAPI();
        List<String> indices=api.listDotCMSIndices();
        api.optimize(indices);
    }

    /**
   * The path where tmp files are stored. This gets wiped alot
   */
 
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.