Skip to content

Commit

Permalink
SOLR-96: Add ISNI to Artist and Label output (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvanzo authored Dec 17, 2018
1 parent e55b00e commit 7b026be
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions mb-solr/src/main/resources/oxml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@
<xml-element java-attribute="ipiList" xml-path="."/>
</java-attributes>
</java-type>
<java-type name="Artist">
<java-attributes>
<xml-element java-attribute="isniList" xml-path="."/>
</java-attributes>
</java-type>
<java-type name="Artist">
<java-attributes>
<xml-element java-attribute="gender">
Expand Down Expand Up @@ -145,6 +150,11 @@
<xml-element java-attribute="ipi" name="ipis"/>
</java-attributes>
</java-type>
<java-type name="IsniList">
<java-attributes>
<xml-element java-attribute="isni" name="isnis"/>
</java-attributes>
</java-type>
<java-type name="LabelList">
<java-attributes>
<xml-element java-attribute="label" name="labels"/>
Expand Down Expand Up @@ -349,6 +359,11 @@
<xml-element java-attribute="ipiList" xml-path="."/>
</java-attributes>
</java-type>
<java-type name="Label">
<java-attributes>
<xml-element java-attribute="isniList" xml-path="."/>
</java-attributes>
</java-type>
<java-type name="Label">
<java-attributes>
<xml-element java-attribute="aliasList" xml-path="."/>
Expand Down

0 comments on commit 7b026be

Please # to comment.