| Package | Description |
|---|---|
| org.craftercms.search.batch | |
| org.craftercms.search.batch.impl | |
| org.craftercms.search.batch.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchIndexer.updateIndex(String indexId,
String siteName,
org.craftercms.core.service.ContentStoreService contentStoreService,
org.craftercms.core.service.Context context,
List<String> paths,
boolean delete,
IndexingStatus status)
Updates the specified search index with the given batch of files.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BinaryFileWithMetadataBatchIndexer.doDeletes(String indexId,
String siteName,
org.craftercms.core.service.ContentStoreService contentStoreService,
org.craftercms.core.service.Context context,
List<String> deletePaths,
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 |
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 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 |
BinaryFileWithMetadataBatchIndexer.doUpdates(String indexId,
String siteName,
org.craftercms.core.service.ContentStoreService contentStoreService,
org.craftercms.core.service.Context context,
List<String> updatePaths,
IndexingStatus status) |
protected void |
BinaryFileWithMetadataBatchIndexer.updateBinary(String indexId,
String siteName,
org.craftercms.core.service.ContentStoreService contentStoreService,
org.craftercms.core.service.Context context,
String binaryPath,
IndexingStatus status) |
protected void |
BinaryFileWithMetadataBatchIndexer.updateBinaryWithMetadata(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,
IndexingStatus status) |
void |
BinaryFileWithMetadataBatchIndexer.updateIndex(String indexId,
String siteName,
org.craftercms.core.service.ContentStoreService contentStoreService,
org.craftercms.core.service.Context context,
List<String> paths,
boolean delete,
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) |
| Modifier and Type | Method and Description |
|---|---|
static void |
IndexingUtils.doDelete(org.craftercms.search.service.SearchService searchService,
String indexId,
String siteName,
String id,
IndexingStatus status) |
static void |
IndexingUtils.doUpdate(org.craftercms.search.service.SearchService searchService,
String indexId,
String siteName,
String id,
String xml,
IndexingStatus status) |
static void |
IndexingUtils.doUpdateContent(org.craftercms.search.service.SearchService searchService,
String indexId,
String siteName,
String id,
org.craftercms.core.service.Content content,
IndexingStatus status) |
static void |
IndexingUtils.doUpdateContent(org.craftercms.search.service.SearchService searchService,
String indexId,
String siteName,
String id,
org.craftercms.core.service.Content content,
Map<String,List<String>> additionalFields,
IndexingStatus status) |
Copyright © 2018 CrafterCMS. All rights reserved.