Skip to content

Commit

Permalink
make multValued for work-level rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
mekarpeles authored Mar 11, 2025
1 parent 95c4782 commit 8969479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/solr/conf/managed-schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<field name="ebook_access" type="ebookAccessLevel" multiValued="false"/>

<!-- Reading Levels -->
<field name="lexile" type="string" stored="false" multiValued="false"/>
<field name="lexile" type="string" stored="false" multiValued="true"/>

<!-- Classifications -->
<field name="lcc" type="string" multiValued="true" />
Expand Down

0 comments on commit 8969479

Please sign in to comment.