| Package | Description |
|---|---|
| org.craftercms.search.batch | |
| org.craftercms.search.batch.impl |
| Modifier and Type | Method and Description |
|---|---|
int |
BatchIndexer.updateIndex(String indexId,
String siteName,
String rootFolder,
List<String> fileNames,
boolean delete)
Updates the specified search index with the given batch of files.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BinaryFileWithMetadataBatchIndexer.doSingleFileUpdate(String indexId,
String siteName,
String rootFolder,
String fileName,
boolean delete) |
protected boolean |
BinaryFileBatchIndexer.doSingleFileUpdate(String indexId,
String siteName,
String rootFolder,
String fileName,
boolean delete) |
protected boolean |
XmlFileBatchIndexer.doSingleFileUpdate(String indexId,
String siteName,
String rootFolder,
String fileName,
boolean delete) |
protected abstract boolean |
AbstractBatchIndexer.doSingleFileUpdate(String indexId,
String siteName,
String rootFolder,
String fileName,
boolean delete) |
int |
AbstractBatchIndexer.updateIndex(String indexId,
String siteName,
String rootFolder,
List<String> fileNames,
boolean delete) |
Copyright © 2016 CrafterCMS. All Rights Reserved.