Skip to content

Commit

Permalink
Merge pull request #13 from findsorguk/pelagios
Browse files Browse the repository at this point in the history
Change mintBM type
  • Loading branch information
portableant committed Oct 23, 2015
2 parents 961ebbb + 7ea97a0 commit c9444f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/objects/conf/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@
<field name="nomismaMintID" type="string" indexed="true" stored="true"/>
<field name="mintWoeid" type="int" indexed="true" stored="true"/>
<field name="mintGeonamesID" type="int" indexed="true" stored="true"/>
<field name="mintBM" type="int" indexed="true" stored="true"/>
<field name="mintBM" type="string" indexed="true" stored="true"/>
<field name="pleiadesID" type="int" indexed="true" stored="true"/>
<field name="nomismaDenominationID" type="string" indexed="true" stored="true"/>
<field name="denominationBM" type="int" indexed="true" stored="true"/>
Expand Down

0 comments on commit c9444f6

Please sign in to comment.