protected void |
AbstractBatchIndexer.doDelete(String indexId,
String siteName,
String id,
IndexingStatus status) |
protected void |
BinaryFileBatchIndexer.doSingleFileUpdate(String indexId,
String siteName,
org.craftercms.core.service.ContentStoreService contentStoreService,
org.craftercms.core.service.Context context,
String path,
boolean delete,
IndexingStatus status) |
protected void |
XmlFileBatchIndexer.doSingleFileUpdate(String indexId,
String siteName,
org.craftercms.core.service.ContentStoreService contentStoreService,
org.craftercms.core.service.Context context,
String path,
boolean delete,
IndexingStatus status) |
protected abstract void |
AbstractBatchIndexer.doSingleFileUpdate(String indexId,
String siteName,
org.craftercms.core.service.ContentStoreService contentStoreService,
org.craftercms.core.service.Context context,
String path,
boolean delete,
IndexingStatus status) |
protected void |
BinaryFileWithMetadataBatchIndexer.doSingleFileUpdate(String indexId,
String siteName,
org.craftercms.core.service.ContentStoreService contentStoreService,
org.craftercms.core.service.Context context,
String path,
boolean delete,
IndexingStatus status) |
protected void |
AbstractBatchIndexer.doUpdate(String indexId,
String siteName,
String id,
String xml,
IndexingStatus status) |
protected void |
AbstractBatchIndexer.doUpdateContent(String indexId,
String siteName,
String id,
org.craftercms.core.service.Content content,
IndexingStatus status) |
protected void |
AbstractBatchIndexer.doUpdateContent(String indexId,
String siteName,
String id,
org.craftercms.core.service.Content content,
Map<String,List<String>> additionalFields,
IndexingStatus status) |
void |
AbstractBatchIndexer.updateIndex(String indexId,
String siteName,
org.craftercms.core.service.ContentStoreService contentStoreService,
org.craftercms.core.service.Context context,
List<String> paths,
boolean delete,
IndexingStatus status) |