Hi,

On 22/09/15 05:45, [email protected] wrote:
I'm working on Dspace version 5.2 and was wondering if anyone can point me to a place where I can find out how to change the metadata being indexed for the browse by author.
Currently it seems that the Discovery layer is using the dc.contributor.* and dc.creator to populate the browser by author. I want to limit the fields and not use all the qualified fields in the dc.contributor element.

The documentation for configuring the browse options is here: https://wiki.duraspace.org/display/DSDOC5x/Configuration+Reference#ConfigurationReference-DefiningtheIndexes

You probably want to change this line for 5.2: https://github.com/DSpace/DSpace/blob/dspace-5.2/dspace/config/dspace.cfg#L1147

Currently:
webui.browse.index.2 = author:metadata:dc.contributor.*,dc.creator:text

Eg to use only dc.contributor.author and dc.creator:
webui.browse.index.2 = author:metadata:dc.contributor.author,dc.creator:text

cheers,
Andrea
-- 
Dr Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand
+64-7-837 9120


--
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 http://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to