Revision 10063
Added by ben leinfelder over 6 years ago
index-processor-context.xml | ||
---|---|---|
40 | 40 |
<import resource="application-context-isotc211.xml" /> |
41 | 41 |
<import resource="application-context-isotc211-noaa.xml" /> |
42 | 42 |
|
43 |
<import resource="application-context-mdq.xml" /> |
|
44 |
|
|
43 | 45 |
|
44 | 46 |
<bean id="serviceTypesConverter" class="org.dataone.cn.indexer.convert.MemberNodeServiceRegistrationTypeConverter" /> |
45 | 47 |
<bean id="dateConverter" class="org.dataone.cn.indexer.convert.SolrDateConverter" /> |
... | ... | |
113 | 115 |
<ref bean="dublinCoreExtendedSubprocessor" /> |
114 | 116 |
<ref bean="isotc211Subprocessor" /> |
115 | 117 |
<ref bean="isotc211NoaaSubprocessor" /> |
118 |
<ref bean="mdqSubprocessor" /> |
|
116 | 119 |
</list> |
117 | 120 |
</property> |
118 | 121 |
<property name="deleteSubprocessors"> |
Also available in: Unified diff
include initial MDQ run processing in metacat-index