EndecaIntegrationfrom the archive1 min read

ATG-Endeca Integration : How to Schedule baseline/partial indexing jobs using ProductCatalogSimpleIndexingAdmin?

Baseline/Partial update can be run either manually or scheduled using ATG dyn admin console.

How to schedule indexing jobs:-
  • /atg/commerce/endeca/index/ProductCatalogSimpleIndexingAdmin is used to trigger indexing job
  • Set ProductCatalogSimpleIndexingAdmin.enableScheduledIndexing to true. Default value is false.
  • Configure ProductCatalogSimpleIndexingAdmin.baselineSchedule for baseline indexing process. By default this value is set as null. For example, to schedule a baseline update to run every Sunday at 11:30 pm: baselineSchedule=calendar * * 7 * 23 30
ATG SimpleIndexingAdmin baseline Scheduling

  • Configure ProductCatalogSimpleIndexingAdmin.partialSchedule for partial update indexing process. Configure partial similar as attached baseline scheduling.

Find out screen shot below :



Click here to get more information related to ATG-Endeca Integration.

Discussion (0)

Technical questions and architecture discussions

No comments yet. Have a question about this architecture pattern? Leave a response below.

Join the Discussion

Leave a comment

Comments are reviewed before they appear.