Ben, The upgrade to DSpace 6 did not modify legacy statistics records. Statistics generated after your upgrade will contain UUIDs.
The following PR/ticket might provide some additional insight into the issue. The statistics report tools look for UUIDs and legacy ids. - https://github.com/DSpace/DSpace/pull/1782 - https://jira.duraspace.org/browse/DS-3602 Ultimately, we do want to migrate all of the legacy records to use UUID's. This migration will require an update to the Solr schema. Therefore, the implementation has been targeted for the next major release (DSpace 7.0). See PR 1810 <https://github.com/DSpace/DSpace/pull/1810>. On Thu, Dec 14, 2017 at 1:47 PM, ben Sheaff <[email protected]> wrote: > In dspace 6 solr statistics yesterday all owingItems were UUIDs. Today > the old ones(pre dspace 6) are back to the old IDs (pre dspace 6 ids) > > > So yesterday a query like > owningItem:d91e6a4e-4eb6-405e-bb42-4088887f82c1 > > would work > > > today for the same results I need to run > owningItem:4785 > OR > owningItem:d91e6a4e-4eb6-405e-bb42-4088887f82c1 > > How can I fix this? And less importanly what did I do to cause this in > the first place, > > Thanks Ben > > -- > You received this message because you are subscribed to the Google Groups > "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/dspace-tech. > For more options, visit https://groups.google.com/d/optout. > -- Terry Brady Applications Programmer Analyst Georgetown University Library Information Technology https://github.com/terrywbrady/info 425-298-5498 (Seattle, WA) -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
