Project

General

Profile

« Previous | Next » 

Revision 8647

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

View differences:

EventLog.java
128 128
	        pid.setValue(guid);
129 129
	        
130 130
	        // submit for indexing
131
	        MetacatSolrIndex.getInstance().submit(pid, null, this.getIndexFields(pid, event));
131
	        MetacatSolrIndex.getInstance().submit(pid, null, this.getIndexFields(pid, event), false);
132 132
	        
133 133
        } catch (Exception e) {
134 134
        	logMetacat.error("Could not update event index information", e);

Also available in: Unified diff