Project

General

Profile

« Previous | Next » 

Revision 8647

recursively submit obsoleted objects for indexing when instructed. https://projects.ecoinformatics.org/ecoinfo/issues/6424

View differences:

MNodeService.java
1281 1281
            
1282 1282
            // submit for indexing
1283 1283
            try {
1284
				MetacatSolrIndex.getInstance().submit(newSysMeta.getIdentifier(), newSysMeta, null);
1284
				MetacatSolrIndex.getInstance().submit(newSysMeta.getIdentifier(), newSysMeta, null, true);
1285 1285
			} catch (Exception e) {
1286 1286
                logMetacat.error("Could not submit changed systemMetadata for indexing, pid: " + newSysMeta.getIdentifier().getValue(), e);
1287 1287
			}

Also available in: Unified diff