0

Is there any service on Hybris that triggers the SOLR full/update indexation? I need to execute SOLR indexation programmatically.

Nexussim Lements
  • 535
  • 1
  • 15
  • 47

1 Answers1

1

You can use indexerService, this bean contains several methods to perform Solr index operations

See: https://help.sap.com/doc/a4265d5ea8314eb2929e6cf6fb8e35a5/1811/en-US/de/hybris/platform/solrfacetsearch/indexer/IndexerService.html

Benkerroum Mohamed
  • 1,867
  • 3
  • 13
  • 19