<beans xmlns="http://www.springframework.org/schema/beans" xmlns:p="http://www.springframework.org/schema/p" 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 http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd"> <bean id="eml210Subprocessor" class="org.dataone.cn.indexer.parser.ScienceMetadataDocumentSubprocessor"> <property name="xmlNamespaceConfig" ref="xmlNamespaceConfig" /> <property name="matchDocuments"> <list> <value>eml://ecoinformatics.org/eml-2.1.0</value> </list> </property> <property name="fieldList"> <list> <ref bean="eml.abstract" /> <ref bean="eml.keywords" /> <ref bean="eml.title" /> <ref bean="eml.project" /> <ref bean="eml.southBoundCoord" /> <ref bean="eml.northBoundCoord" /> <ref bean="eml.westBoundCoord" /> <ref bean="eml.eastBoundCoord" /> <ref bean="eml.site" /> <ref bean="eml.beginDate" /> <ref bean="eml.endDate" /> <ref bean="eml.pubDate" /> <ref bean="eml.author" /> <ref bean="eml.authorGivenName"/> <ref bean="eml.authorSurName" /> <ref bean="eml.authorGivenNameSort"/> <ref bean="eml.authorSurNameSort" /> <ref bean="eml.author_lname" /> <ref bean="eml.investigator" /> <ref bean="eml.origin" /> <ref bean="eml.contactOrganization" /> <ref bean="eml.genus" /> <ref bean="eml.species" /> <ref bean="eml.kingdom" /> <ref bean="eml.order" /> <ref bean="eml.phylum" /> <ref bean="eml.family" /> <ref bean="eml.class" /> <ref bean="eml.scientificName" /> <ref bean="eml.attributeName" /> <ref bean="eml.attributeLabel" /> <ref bean="eml.attributeDescription" /> <ref bean="eml.attributeUnit" /> <ref bean="eml.attributeText" /> <ref bean="eml.fileID" /> <ref bean="eml.fullText" /> <ref bean="eml.geohash1" /> <ref bean="eml.geohash2" /> <ref bean="eml.geohash3" /> <ref bean="eml.geohash4" /> <ref bean="eml.geohash5" /> <ref bean="eml.geohash6" /> <ref bean="eml.geohash7" /> <ref bean="eml.geohash8" /> <ref bean="eml.geohash9" /> <ref bean="eml.isService" /> <ref bean="eml.serviceTitle" /> <ref bean="eml.serviceDescription" /> <ref bean="eml.serviceEndpoint" /> <ref bean="eml.licenseDescription" /> </list> </property> </bean> </beans>