Skip to content
Snippets Groups Projects

refactor: support new index organisation

Open Nicolas.Rod requested to merge HCA-PortingSolidify-3.2 into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -206,6 +206,7 @@ public class IndexingProcessingService extends AouService {
publicationIndexEntry = this.getPublicationIndexEntryWithoutFulltext(publicationIndexEntry);
}
publicationIndexEntry.setIndex(indexService.getIndexName());
this.deleteFromIndexIfExists(indexService, publicationIndexEntry.getResId());
indexService.save(publicationIndexEntry);
log.info("Publication '{}' ({}) ({}) indexed in '{}' index", publication.getResId(),
Loading