Does anyone know if there is an updated version of the browse 
configuration page? This page in the wiki is relevant to older versions of 
DSpace: http://wiki.dspace.org/index.php/Modify_browse_fields_(JSP)

The old browse configuration made sense to me, but for some reason I'm not 
wrapping my head around how to change some browse configs.  What I 
currently have works, but not the way our librarians want it to work.

My current settings are:
webui.browse.index.1 = datecreated:item:datecreated
webui.browse.index.2 = author:metadata:dc.contributor.*:text
webui.browse.index.3 = title:item:title
webui.browse.index.4 = subject:metadata:dc.material.*:text

I want to change the author browse index to only index a specific 
contributor field, which is contributor.1-sort-name, but if I alter the 
setting to be webui.browse.index.2 = 
author:metadata:dc.contributor.1-sort-name:text then I get an error when 
trying to index.  Same thing happens if I change 
subject:metadata:dc.material.*:text to 
subject:metadata:dc.material.art-architecture:text.  I also am unsure of 
the datecreated browse index.  I want to make sure it is indexing the 
field date.created, but I can't quite tell if that's what it's doing.

This is the error I get when running the index update after trying the 
setting change:
Exception in thread "main" org.dspace.browse.BrowseException: Browse Index 
configuration is not valid: webui.browse.index.2 = 
author:metadata:dc.contributor.1-sort-name:text
        at org.dspace.browse.BrowseIndex.<init>(BrowseIndex.java:220)
        at 
org.dspace.browse.BrowseIndex.getBrowseIndices(BrowseIndex.java:676)
        at org.dspace.browse.IndexBrowse.<init>(IndexBrowse.java:150)
        at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:618)


Any help would be appreciated!  Thanks.

-Sarah Ryder
Web Development
Hampshire College
413.559.5477

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to