Uses of Class
org.craftercms.search.batch.UpdateSet
Packages that use UpdateSet
Package
Description
-
Uses of UpdateSet in org.craftercms.search.batch
Methods in org.craftercms.search.batch with parameters of type UpdateSetModifier and TypeMethodDescriptionvoidBatchIndexer.updateIndex(String indexId, String siteName, org.craftercms.core.service.ContentStoreService contentStoreService, org.craftercms.core.service.Context context, UpdateSet updateSet, UpdateStatus updateStatus) Updates the specified search index with the given batch of files. -
Uses of UpdateSet in org.craftercms.search.batch.impl
Methods in org.craftercms.search.batch.impl with parameters of type UpdateSetModifier and TypeMethodDescriptionprotected voidAbstractBinaryFileWithMetadataBatchIndexer.doUpdates(String indexId, String siteName, org.craftercms.core.service.ContentStoreService contentStoreService, org.craftercms.core.service.Context context, UpdateSet updateSet, UpdateStatus updateStatus) voidAbstractBatchIndexer.updateIndex(String indexId, String siteName, org.craftercms.core.service.ContentStoreService contentStoreService, org.craftercms.core.service.Context context, UpdateSet updateSet, UpdateStatus updateStatus) voidAbstractBinaryFileWithMetadataBatchIndexer.updateIndex(String indexId, String siteName, org.craftercms.core.service.ContentStoreService contentStoreService, org.craftercms.core.service.Context context, UpdateSet updateSet, UpdateStatus updateStatus) -
Uses of UpdateSet in org.craftercms.search.opensearch.batch.authoring
Methods in org.craftercms.search.opensearch.batch.authoring with parameters of type UpdateSetModifier and TypeMethodDescriptionprotected voidAuthoringOpenSearchBinaryFileWithMetadataBatchIndexer.doUpdates(String indexId, String siteName, org.craftercms.core.service.ContentStoreService contentStoreService, org.craftercms.core.service.Context context, UpdateSet updateSet, UpdateStatus updateStatus)