Skip to content

Commit

Permalink
Make the _ans field not stored
Browse files Browse the repository at this point in the history
  • Loading branch information
xhero committed Jan 11, 2022
1 parent ba25aa5 commit 5afa731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr-configuration/muscat/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<!-- ADDED BY RZ FOR MUSCAT -->
<!-- index fields to sort alphanumerically. Useful for things like shelfmarks and folio numbers -->
<dynamicField name="*_shelforder_s" type="text_alphanumeric_sort" indexed="true" stored="false" multiValued="false"/>
<dynamicField name="*_ans_s" type="text_alphanumeric_sort" indexed="true" stored="true" multiValued="false"/>
<dynamicField name="*_ans_s" type="text_alphanumeric_sort" indexed="true" stored="false" multiValued="false"/>


<field name="pae" type="text_pae" indexed="true" stored="true" multiValued="true" termVectors="true" termPositions="true" termOffsets="true"/>
Expand Down

0 comments on commit 5afa731

Please sign in to comment.