Skip to content

Commit

Permalink
Fix typo on EML 2.2.0 award title field XPath
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Sep 17, 2019
1 parent c1afce7 commit c10c558
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -219,7 +219,7 @@

<bean id="eml.awardTitle" class="org.dataone.cn.indexer.parser.SolrField">
<constructor-arg name="name" value="awardTitle" />
<constructor-arg name="xpath" value="//dataset/project/award/awardTitle/text()" />
<constructor-arg name="xpath" value="//dataset/project/award/title/text()" />
<property name="multivalue" value="true" />
</bean>

Expand Down

0 comments on commit c10c558

Please sign in to comment.