Skip to content

Commit

Permalink
Changed field type of 'public' field to boolean.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Doan committed Feb 9, 2015
1 parent ca18d91 commit 766d529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr-core/omeka/conf/schema.xml
Expand Up @@ -94,7 +94,7 @@
<field name="title" type="text_en" indexed="true" stored="true" multiValued="true" />
<field name="tag" type="string" indexed="true" stored="true" multiValued="true" />
<field name="collection" type="string" indexed="true" stored="true" />
<field name="public" type="string" indexed="true" stored="true" />
<field name="public" type="boolean" indexed="true" stored="true" />
<field name="featured" type="boolean" indexed="true" stored="true" />
<field name="itemtype" type="string" indexed="true" stored="true" />
<field name="resulttype" type="string" indexed="true" stored="true" />
Expand Down

0 comments on commit 766d529

Please sign in to comment.