Skip to content

Commit

Permalink
update Solr schema for alternativeURL added in e10ab1e #3180
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Jun 28, 2016
1 parent e10ab1e commit e62d5a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/solr/4.6.0/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@
<field name="accessToSources" type="text_en" multiValued="false" stored="true" indexed="true"/>
<field name="actionsToMinimizeLoss" type="text_en" multiValued="false" stored="true" indexed="true"/>
<field name="alternativeTitle" type="text_en" multiValued="false" stored="true" indexed="true"/>
<field name="alternativeURL" type="text_en" multiValued="false" stored="true" indexed="true"/>
<field name="astroFacility" type="text_en" multiValued="true" stored="true" indexed="true"/>
<field name="astroInstrument" type="text_en" multiValued="true" stored="true" indexed="true"/>
<field name="astroObject" type="text_en" multiValued="true" stored="true" indexed="true"/>
Expand Down Expand Up @@ -643,6 +644,7 @@
<copyField source="accessToSources" dest="text" maxChars="3000"/>
<copyField source="actionsToMinimizeLoss" dest="text" maxChars="3000"/>
<copyField source="alternativeTitle" dest="text" maxChars="3000"/>
<copyField source="alternativeURL" dest="text" maxChars="3000"/>
<copyField source="astroFacility" dest="text" maxChars="3000"/>
<copyField source="astroInstrument" dest="text" maxChars="3000"/>
<copyField source="astroObject" dest="text" maxChars="3000"/>
Expand Down

0 comments on commit e62d5a2

Please sign in to comment.