Skip to content

Commit

Permalink
Merge pull request #1 from KevinVdV/DS-1623
Browse files Browse the repository at this point in the history
Fixing usage statistics logging by adding update chain for uid
  • Loading branch information
Andrea committed Aug 23, 2013
2 parents b2f2fa8 + d219466 commit bbae8b0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dspace/solr/statistics/conf/solrconfig.xml
Expand Up @@ -1013,6 +1013,10 @@
<str name="update.chain">dedupe</str>
</lst>
-->
<!-- Update chain processor required by DSpace to auto generate the UUID field in solr -->
<lst name="defaults">
<str name="update.chain">uuid</str>
</lst>
</requestHandler>

<!-- for back compat with clients using /update/json and /update/csv -->
Expand Down Expand Up @@ -1817,8 +1821,7 @@
<processor class="solr.RunUpdateProcessorFactory" />
</updateRequestProcessorChain>
-->

<!-- use uuid as uniqueKey update processor chain -->
<!-- Required for DSpace to ensure that unique identifiers are added to each solr document -->
<updateRequestProcessorChain name="uuid">
<processor class="solr.UUIDUpdateProcessorFactory">
<str name="fieldName">uid</str>
Expand Down

0 comments on commit bbae8b0

Please sign in to comment.