Last updated by maurice
4 years ago
stopMirroring
Summary
Stops the mirror-changes serviceSyntax
searchableService.stopMirroring()
Description
By default changes made through GORM/Hibernate are mirrored to the search index.This feature can be controlled by configuration, but this method allows you to stop mirroring changes.You can start mirroring changes again with the startMirroring method.Examples
searchableService.stopMirroring()