Class BackofficeSolrIndexerUpdateJob
java.lang.Object
de.hybris.platform.servicelayer.cronjob.AbstractJobPerformable
de.hybris.platform.solrfacetsearch.indexer.cron.AbstractIndexerJob
de.hybris.platform.solrfacetsearch.indexer.cron.SolrIndexerJob
com.hybris.backoffice.solrsearch.indexer.cron.AbstractBackofficeSolrIndexerJob
com.hybris.backoffice.solrsearch.indexer.cron.BackofficeSolrIndexerUpdateJob
- All Implemented Interfaces:
JobPerformable
@Deprecated(since="6.6",
forRemoval=true)
public class BackofficeSolrIndexerUpdateJob
extends AbstractBackofficeSolrIndexerJob
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.6 Updating has been replaced by SolrIndexerCronJob (code='update-backofficeIndex-CronJob')
-
Field Summary
Fields inherited from class com.hybris.backoffice.solrsearch.indexer.cron.AbstractBackofficeSolrIndexerJob
backofficeFacetSearchConfigService, solrModifiedItemDAOFields inherited from class de.hybris.platform.solrfacetsearch.indexer.cron.AbstractIndexerJob
facetSearchConfigService, indexer, indexerServiceFields inherited from class de.hybris.platform.servicelayer.cronjob.AbstractJobPerformable
flexibleSearchService, modelService, sessionService -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<SolrModifiedItemModel>Deprecated, for removal: This API element is subject to removal in a future version.protected booleanisItemExisting(SolrModifiedItemModel modifiedItem) Deprecated, for removal: This API element is subject to removal in a future version.protected voidsynchronizeIndexForType(FacetSearchConfig facetSearchConfig, IndexedType type, Collection<PK> pks) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class com.hybris.backoffice.solrsearch.indexer.cron.AbstractBackofficeSolrIndexerJob
getBackofficeFacetSearchConfigService, getSolrModifiedItemDAO, performIndexingJob, setBackofficeFacetSearchConfigService, setSolrModifiedItemDAO, synchronizeIndexAndRemoveModifiedItems, synchronizeIndexForConfigMethods inherited from class de.hybris.platform.solrfacetsearch.indexer.cron.SolrIndexerJob
indexItemsMethods inherited from class de.hybris.platform.solrfacetsearch.indexer.cron.AbstractIndexerJob
getFacetSearchConfig, perform, setFacetSearchConfigService, setIndexer, setIndexerServiceMethods inherited from class de.hybris.platform.servicelayer.cronjob.AbstractJobPerformable
clearAbortRequestedIfNeeded, isAbortable, isPerformable, setFlexibleSearchService, setModelService, setSessionService
-
Constructor Details
-
BackofficeSolrIndexerUpdateJob
public BackofficeSolrIndexerUpdateJob()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
findModifiedItems
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
findModifiedItemsin classAbstractBackofficeSolrIndexerJob
-
isItemExisting
Deprecated, for removal: This API element is subject to removal in a future version. -
synchronizeIndexForType
protected void synchronizeIndexForType(FacetSearchConfig facetSearchConfig, IndexedType type, Collection<PK> pks) throws IndexerException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
synchronizeIndexForTypein classAbstractBackofficeSolrIndexerJob- Throws:
IndexerException
-