protected void |
BinaryFileWithMetadataBatchIndexer.doDeletes(String indexId,
String siteName,
org.craftercms.search.service.SearchService searchService,
org.craftercms.core.service.ContentStoreService contentStoreService,
org.craftercms.core.service.Context context,
List<String> deletePaths,
UpdateStatus updateStatus) |
protected abstract void |
AbstractBatchIndexer.doSingleFileUpdate(org.craftercms.search.service.SearchService searchService,
String indexId,
String siteName,
org.craftercms.core.service.ContentStoreService contentStoreService,
org.craftercms.core.service.Context context,
String path,
boolean delete,
UpdateStatus updateStatus) |
protected void |
XmlFileBatchIndexer.doSingleFileUpdate(org.craftercms.search.service.SearchService searchService,
String indexId,
String siteName,
org.craftercms.core.service.ContentStoreService contentStoreService,
org.craftercms.core.service.Context context,
String path,
boolean delete,
UpdateStatus updateStatus) |
protected void |
BinaryFileBatchIndexer.doSingleFileUpdate(org.craftercms.search.service.SearchService searchService,
String indexId,
String siteName,
org.craftercms.core.service.ContentStoreService contentStoreService,
org.craftercms.core.service.Context context,
String path,
boolean delete,
UpdateStatus updateStatus) |
protected void |
BinaryFileWithMetadataBatchIndexer.doUpdates(String indexId,
String siteName,
org.craftercms.search.service.SearchService searchService,
org.craftercms.core.service.ContentStoreService contentStoreService,
org.craftercms.core.service.Context context,
List<String> updatePaths,
UpdateStatus updateStatus) |
protected void |
BinaryFileWithMetadataBatchIndexer.updateBinary(org.craftercms.search.service.SearchService searchService,
String indexId,
String siteName,
org.craftercms.core.service.ContentStoreService contentStoreService,
org.craftercms.core.service.Context context,
String binaryPath,
UpdateStatus updateStatus) |
protected void |
BinaryFileWithMetadataBatchIndexer.updateBinaryWithMetadata(org.craftercms.search.service.SearchService searchService,
String indexId,
String siteName,
org.craftercms.core.service.ContentStoreService contentStoreService,
org.craftercms.core.service.Context context,
String binaryPath,
org.springframework.util.MultiValueMap<String,String> metadata,
UpdateStatus updateStatus) |
void |
BinaryFileWithMetadataBatchIndexer.updateIndex(org.craftercms.search.service.SearchService searchService,
String indexId,
String siteName,
org.craftercms.core.service.ContentStoreService contentStoreService,
org.craftercms.core.service.Context context,
UpdateSet updateSet,
UpdateStatus updateStatus) |
void |
AbstractBatchIndexer.updateIndex(org.craftercms.search.service.SearchService searchService,
String indexId,
String siteName,
org.craftercms.core.service.ContentStoreService contentStoreService,
org.craftercms.core.service.Context context,
UpdateSet updateSet,
UpdateStatus updateStatus) |