Skip to content

Commit

Permalink
#11027 update release notes for schema.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Dec 18, 2024
1 parent 135d9cb commit 1e47153
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ For tabular files:



New fields added to solr schema.xml:
New fields added to solr schema.xml (Note: upgrade instructions will need to include instructions for schema.xml):
<field name="fileRestricted" type="boolean" stored="true" indexed="false" multiValued="false"/>
<field name="canDownloadFile" type="boolean" stored="true" indexed="false" multiValued="false"/>
<field name="variableCount" type="plong" stored="true" indexed="false" multiValued="false"/>
<field name="observations" type="plong" stored="true" indexed="false" multiValued="false"/>

See https://github.com/IQSS/dataverse/issues/11027

0 comments on commit 1e47153

Please sign in to comment.