Project

General

Profile

« Previous | Next » 

Revision 9698

Added by Jing Tao about 8 years ago

Process the noaa variant of isotc211.

View differences:

metacat-index/src/main/resources/application-context-isotc211-base.xml
82 82
	<bean id="isotc.title" class="org.dataone.cn.indexer.parser.SolrField">
83 83
		<constructor-arg name="name" value="title" />
84 84
		<constructor-arg name="xpath" 
85
			value="//gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:title/gco:CharacterString/text()" />
85
			value="//gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:title/gco:CharacterString/text() | //gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:title/gmx:Anchor/text()" />
86 86
	</bean>		
87 87
	
88 88
	<bean id="isotc.keywords" class="org.dataone.cn.indexer.parser.SolrField">
metacat-index/src/main/resources/index-processor-context.xml
38 38
    
39 39
    <import resource="application-context-isotc211-base.xml" />
40 40
    <import resource="application-context-isotc211.xml" />
41
    <import resource="application-context-isotc211-noaa.xml" />
41 42
    
42 43

  
43 44
 <bean id="serviceTypesConverter" class="org.dataone.cn.indexer.convert.MemberNodeServiceRegistrationTypeConverter" />
......
111 112
       <ref bean="annotatorSubprocessor" />
112 113
       <ref bean="dublinCoreExtendedSubprocessor" />
113 114
       <ref bean="isotc211Subprocessor" />
115
       <ref bean="isotc211NoaaSubprocessor" />
114 116
      </list>
115 117
     </property>
116 118
     <property name="deleteSubprocessors">

Also available in: Unified diff