<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="isotc211Subprocessor" class="org.dataone.cn.indexer.parser.ScienceMetadataDocumentSubprocessor"> <property name="xmlNamespaceConfig" ref="xmlNamespaceConfig" /> <property name="matchDocuments"> <list> <value>http://www.isotc211.org/2005/gmd</value> </list> </property> <property name="fieldList"> <list> <ref bean="isotc.abstract" /> <ref bean="isotc.author" /> <ref bean="isotc.authorSurName" /> <ref bean="isotc.authorSurNameSort" /> <ref bean="isotc.contactOrganization" /> <ref bean="isotc.origin" /> <ref bean="isotc.investigator" /> <ref bean="isotc.pubDate" /> <ref bean="isotc.beginDate" /> <ref bean="isotc.endDate" /> <ref bean="isotc.title" /> <ref bean="isotc.keywords" /> <ref bean="isotc.eastBoundCoord" /> <ref bean="isotc.westBoundCoord" /> <ref bean="isotc.southBoundCoord" /> <ref bean="isotc.northBoundCoord" /> <ref bean="isotc.geohash9" /> <ref bean="isotc.geohash1" /> <ref bean="isotc.geohash2" /> <ref bean="isotc.geohash3" /> <ref bean="isotc.geohash4" /> <ref bean="isotc.geohash5" /> <ref bean="isotc.geohash6" /> <ref bean="isotc.geohash7" /> <ref bean="isotc.geohash8" /> <ref bean="isotc.isService"/> <ref bean="isotc.serviceCoupling" /> <ref bean="isotc.serviceTitle" /> <ref bean="isotc.serviceDescription" /> <ref bean="isotc.serviceType" /> <ref bean="isotc.serviceEndpoint" /> <ref bean="isotc.serviceInput" /> <ref bean="isotc.serviceOutput" /> <ref bean="isotc.distribServiceType" /> <ref bean="isotc.distribServiceEndpoint" /> <ref bean="isotc.distribServiceInput" /> <ref bean="isotc.distribServiceOutput" /> <ref bean="isotc.fileID" /> <ref bean="isotc.fullText" /> <ref bean="isotc.licenseDescription" /> <ref bean="isotc.licenseName" /> </list> </property> </bean> </beans>