Hello Brendow, I'm not sure if I understood the entire question. But, it sounds like you want to ensure the "www." is removed from all your dc.identifier.uri fields (and then reindexed in your search/browse) so that they are correct.
I believe you should be able to achieve all that by doing the following: 1) Update all your dc.identifier.uri fields to remove the "www." You could achieve this via a database query. But, depending on how comfortable you are with database queries, it might be easier to use the Batch Metadata Editing tool to export these items into a CSV file, remove the "www." from all entries in the "dc.identifier.uri" column, and reimport. https://wiki.duraspace.org/display/DSDOC5x/Batch+Metadata+Editing 2) The act of updating these Items in your DSpace *should* trigger them all to be automatically reindexed in Solr. However, if you find that isn't the case, you can reindex everything in DSpace by running: [dspace]/bin/dspace index-discovery -b See also https://wiki.duraspace.org/display/DSDOC5x/Discovery#Discovery-DiscoverySolrIndexMaintenance If that isn't clear, or doesn't solve the entire problem, let us know on this mailing list. Good luck. Tim On Wed, Mar 21, 2018 at 1:50 PM Brendow Adriel <[email protected]> wrote: > DSpace:* 5.6v* > > > metadata: *dc.identifier.uri* > > I found a inconsistency in metadata that do references an identifier uri. > After of a our necessity change IP / DNS of application. > > The our old configuration in *dspace.cfg *and others configuration files > the properties *HOST / URL / HANDLE *was something like this: > > *dspace.hostname *= www.dns.org > *dspace.baseUrl* = http://www.dns.org > *dspace.url *= http://www.dns.org > *handle.canonical.prefix* = http://www.dns.org/handle/ > > So we removed the prefix *www *after this change many metadata was > registred with *dc.identifier.uri:* with old value prefix *"www"*. > > It is possible solve this by indexation? > > Many metadata was collected by oai service, in this case. > > *External:* > How this is dynamic the service can re-create the index of this > collections and create new metadata values, specific generating a new value > to dc.identifier.uri > based on new configs described. > > *Internal Content:* > I know that i can solves this manually exporting the metadata and removing > the value *www. * > > So repeating. It is possible solve this by indexation/Solr indexs? > > > > > > > > Thank you for understanding > > -- > 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. > -- Tim Donohue Technical Lead for DSpace & DSpaceDirect DuraSpace.org | DSpace.org | DSpaceDirect.org -- 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.
