Revision 9214
Added by Lauren Walker over 9 years ago
metacat-index/src/main/resources/index-processor-context.xml | ||
---|---|---|
33 | 33 |
|
34 | 34 |
<import resource="application-context-delete-subprocessors.xml" /> |
35 | 35 |
|
36 |
<import resource="application-context-dc-base.xml" /> |
|
37 |
<import resource="application-context-dcx.xml" /> |
|
36 | 38 |
|
37 | 39 |
<bean id="dateConverter" class="org.dataone.cn.indexer.convert.SolrDateConverter" /> |
38 | 40 |
<bean id="fgdcDateConverter" class="org.dataone.cn.indexer.convert.FgdcDateConverter"/> |
... | ... | |
102 | 104 |
<ref bean="dryad31Subprocessor" /> |
103 | 105 |
<ref bean="rdfXmlSubprocessor" /> |
104 | 106 |
<ref bean="annotatorSubprocessor" /> |
105 |
|
|
107 |
<ref bean="dublinCoreExtendedSubprocessor" /> |
|
106 | 108 |
</list> |
107 | 109 |
</property> |
108 | 110 |
<property name="deleteSubprocessors"> |
... | ... | |
192 | 194 |
<constructor-arg name="namespace" value="http://purl.org/dryad/terms/" /> |
193 | 195 |
</bean> |
194 | 196 |
|
197 |
<bean class="org.dataone.cn.indexer.XMLNamespace"> |
|
198 |
<constructor-arg name="prefix" value="xsi" /> |
|
199 |
<constructor-arg name="namespace" value="http://www.w3.org/2001/XMLSchema-instance" /> |
|
200 |
</bean> |
|
201 |
|
|
195 | 202 |
</list> |
196 | 203 |
</constructor-arg> |
197 | 204 |
</bean> |
Also available in: Unified diff
Index science metadata fields for the Dublin Core Extended metadata format. - Use d1_cn_index_processor 1.4.5 in metacat-index and update beans with new dcx subprocessor and xsi namespace