public interface BatchIndexer
int updateIndex(String indexId, String siteName, String rootFolder, List<String> fileNames, boolean delete) throws BatchIndexingException
indexId - the ID of the index, or null to use a default indexsiteName - the name of the site the files belong torootFolder - the root folder in the file system where the files arefileNames - the names or paths of the files to update/delete, relative to the root folderdelete - if the given files should be deleted from the index, otherwise they're addedBatchIndexingExceptionCopyright © 2016 CrafterCMS. All Rights Reserved.