Skip to content

Commit

Permalink
regenerated from current tag
Browse files Browse the repository at this point in the history
  • Loading branch information
datadavev committed Sep 23, 2019
1 parent de7720b commit f416db4
Show file tree
Hide file tree
Showing 11 changed files with 1,593 additions and 13 deletions.
2 changes: 2 additions & 0 deletions source/generated/namespaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ A compilation of XML namespaces and their abbrievations used by the Index Parser
- eml://ecoinformatics.org/eml-2.1.0
* - eml211
- eml://ecoinformatics.org/eml-2.1.1
* - eml220
- https://eml.ecoinformatics.org/eml-2.2.0
* - cito
- http://purl.org/spar/cito/
* - dc
Expand Down
4 changes: 2 additions & 2 deletions source/generated/proc_dublinCoreOAISubprocessor.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dublinCoreOAISubprocessor
=========================
Dublin Core OAI Subprocessor
============================

Describes parser configuration for: dublinCoreOAISubprocessor

Expand Down
4 changes: 2 additions & 2 deletions source/generated/proc_eml200Subprocessor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Note that these are in addition to the information extracted from :doc:`system_m


* - :attr:`Index.project`
- False
- True
- False
- ::

Expand Down Expand Up @@ -624,7 +624,7 @@ eml.project
<bean xmlns="http://www.springframework.org/schema/beans" xmlns:p="http://www.springframework.org/schema/p" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="eml.project" class="org.dataone.cn.indexer.parser.SolrField">
<constructor-arg name="name" value="project"/>
<constructor-arg name="xpath" value="//dataset/project/title/text()"/>
<property name="multivalue" value="false"/>
<property name="multivalue" value="true"/>
</bean>
Expand Down
4 changes: 2 additions & 2 deletions source/generated/proc_eml201Subprocessor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Note that these are in addition to the information extracted from :doc:`system_m


* - :attr:`Index.project`
- False
- True
- False
- ::

Expand Down Expand Up @@ -624,7 +624,7 @@ eml.project
<bean xmlns="http://www.springframework.org/schema/beans" xmlns:p="http://www.springframework.org/schema/p" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="eml.project" class="org.dataone.cn.indexer.parser.SolrField">
<constructor-arg name="name" value="project"/>
<constructor-arg name="xpath" value="//dataset/project/title/text()"/>
<property name="multivalue" value="false"/>
<property name="multivalue" value="true"/>
</bean>
Expand Down
4 changes: 2 additions & 2 deletions source/generated/proc_eml210Subprocessor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Note that these are in addition to the information extracted from :doc:`system_m


* - :attr:`Index.project`
- False
- True
- False
- ::

Expand Down Expand Up @@ -624,7 +624,7 @@ eml.project
<bean xmlns="http://www.springframework.org/schema/beans" xmlns:p="http://www.springframework.org/schema/p" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="eml.project" class="org.dataone.cn.indexer.parser.SolrField">
<constructor-arg name="name" value="project"/>
<constructor-arg name="xpath" value="//dataset/project/title/text()"/>
<property name="multivalue" value="false"/>
<property name="multivalue" value="true"/>
</bean>
Expand Down
4 changes: 2 additions & 2 deletions source/generated/proc_eml211Subprocessor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Note that these are in addition to the information extracted from :doc:`system_m


* - :attr:`Index.project`
- False
- True
- False
- ::

Expand Down Expand Up @@ -624,7 +624,7 @@ eml.project
<bean xmlns="http://www.springframework.org/schema/beans" xmlns:p="http://www.springframework.org/schema/p" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="eml.project" class="org.dataone.cn.indexer.parser.SolrField">
<constructor-arg name="name" value="project"/>
<constructor-arg name="xpath" value="//dataset/project/title/text()"/>
<property name="multivalue" value="false"/>
<property name="multivalue" value="true"/>
</bean>
Expand Down

0 comments on commit f416db4

Please sign in to comment.