Skip to content

Commit

Permalink
Merge pull request archivesspace#502 from mark-cooper/backwards_compa…
Browse files Browse the repository at this point in the history
…tible_schema_update

Disable norms for sort_string
  • Loading branch information
mark-cooper authored Jul 28, 2016
2 parents 1ff7c8e + 3eefd9c commit 615f4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
</analyzer>
</fieldType>

<fieldType name="sort_string" class="solr.TextField" positionIncrementGap="100">
<fieldType name="sort_string" class="solr.TextField" positionIncrementGap="100" omitNorms="true">
<analyzer>
<tokenizer class="solr.KeywordTokenizerFactory"/>
<filter class="solr.LowerCaseFilterFactory" />
Expand Down

0 comments on commit 615f4fe

Please sign in to comment.