<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> <bean id="resourceMapSubprocessor" class="org.dataone.cn.indexer.parser.ResourceMapSubprocessor"> <property name="httpService" ref="httpService" /> <property name="processorUtility" ref="subprocessorUtility" /> <property name="matchDocuments"> <list> <value>http://www.openarchives.org/ore/terms</value> </list> </property> <property name="fieldsToMerge"> <list> <value>resourceMap</value> <value>documents</value> <value>isDocumentedBy</value> </list> </property> </bean> </beans>