Class BatchIndexingApp

java.lang.Object
org.alfresco.elasticsearch.batchindexing.BatchIndexingApp
All Implemented Interfaces:
org.springframework.boot.ApplicationRunner

@SpringBootApplication(scanBasePackages="org.alfresco.elasticsearch.batchindexing", exclude=org.springframework.boot.jdbc.autoconfigure.DataSourceAutoConfiguration.class) @Import({org.alfresco.reindexing.config.ElasticsearchReindexProperties.class,org.alfresco.reindexing.config.ElasticsearchReindexByDateJobConfig.class,org.alfresco.reindexing.config.PrefixNamespaceConfig.class,org.alfresco.reindexing.config.DataSourcesConfig.class,org.alfresco.reindexing.config.ElasticsearchDatasourceBatchConfig.class,org.alfresco.reindexing.config.MetadataRepositoryConfig.class,org.alfresco.reindexing.writers.RepositoryDescriptorItemWriter.class}) public class BatchIndexingApp extends Object implements org.springframework.boot.ApplicationRunner
  • Constructor Details

    • BatchIndexingApp

      public BatchIndexingApp(org.alfresco.reindexing.config.ElasticsearchReindexProperties reindexingProperties, ContinuousReindexingProperties continuousReindexingProperties)
  • Method Details

    • main

      public static void main(String[] args)
    • run

      public void run(org.springframework.boot.ApplicationArguments args)
      Specified by:
      run in interface org.springframework.boot.ApplicationRunner