@Deprecated public class UpdateSynonymsJob extends AbstractJobPerformable<SolrUpdateSynonymsCronJobModel>
flexibleSearchService, modelService, sessionService| Constructor and Description |
|---|
UpdateSynonymsJob()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
FacetSearchConfigService |
getFacetSearchConfigService()
Deprecated.
|
SolrSynonymsService |
getSolrSynonymsService()
Deprecated.
|
PerformResult |
perform(SolrUpdateSynonymsCronJobModel cronJob)
Deprecated.
The execution body for a
ServicelayerJob. |
void |
setFacetSearchConfigService(FacetSearchConfigService facetSearchConfigService)
Deprecated.
|
void |
setSolrSynonymsService(SolrSynonymsService solrSynonymsService)
Deprecated.
|
clearAbortRequestedIfNeeded, isAbortable, isPerformable, setFlexibleSearchService, setModelService, setSessionServicepublic FacetSearchConfigService getFacetSearchConfigService()
public void setFacetSearchConfigService(FacetSearchConfigService facetSearchConfigService)
public SolrSynonymsService getSolrSynonymsService()
public void setSolrSynonymsService(SolrSynonymsService solrSynonymsService)
public PerformResult perform(SolrUpdateSynonymsCronJobModel cronJob)
JobPerformableServicelayerJob. Implement here your execution logic. It can be called
synchronous or asynchronous. So be aware of thread-safety. Method will return a result object saying if the
execution has reached end and if it was successful.perform in interface JobPerformable<SolrUpdateSynonymsCronJobModel>perform in class AbstractJobPerformable<SolrUpdateSynonymsCronJobModel>cronJob - the related CronJob in whose context the execution will be performed.PerformResult that indicates whether the execution was successfully executed
or not and has finished or not.Copyright © 2017 SAP SE. All Rights Reserved.