Hi denis I think you have collin ':' instead of a point Should be webui.browse.index.9 = title:metadata:dc.title,dc.title.uniform,dc.relation.ispartofseries:title:full
just guessing Paulo ----- Mensagem de [email protected] --------- Data: Sat, 08 Oct 2011 09:27:11 -0400 De: Jeffrey Trimble <[email protected]> Endereço para Resposta (Reply-To): Jeffrey Trimble <[email protected]> Assunto: Re: [Dspace-tech] Combine Index Browse doesn't work Para: Dennis Tobar <[email protected]> Cc: [email protected] > Here's what my combined indices look like: > > webui.browse.index.1 = dateissued:metadata:dc.date.issued:date:full > webui.browse.index.2 = author:metadata:dc.contributor.*:text:single > webui.browse.index.3 = > title:metadata:dc.title,dc.relation.ispartofseries:title:full > webui.browse.index.4 = subject:metadata:dc.subject.lcsh:text:single > webui.browse.index.5 = series:metadata:dc.relation.ispartofseries:text:single > > Dennis, you are missing the 3rd part of the key in your entry as > below, as notated in RED: > > > webui.browse.index.9 = > title:metadata:dc.title,dc:title.uniform:title:full,dc:relation.ispartofseries:title:full > > I believe that should fix the problem. You have to experiment with > it a little. I can't log into one of my development > servers from off campus, and one of them has lots of experiementation. > > Give that go and see what you get. > > --Jeff > > > On Oct 7, 2011, at 4:31 PM, Dennis Tobar wrote: > >> Hi all: >> >> This is my first email to Dspace Community, please be kind. Well, I'm >> testing the option described in Manual of Dspace 1.7.1 (section >> 9.13.2) about combine two (or more) metadata fields to make only one >> browse index (as I understand). >> >> I tried with (example described in the manual) in a testing server and >> it doesn't work in CLI. Here is the output: >> >> C:\dspace\bin>dspace index-init >> Using DSpace installation in: C:\dspace >> Started: 1318018958264 >> Ended: 1318018958514 >> Elapsed time: 0 secs (250 msecs) >> Exception: Browse Index configuration is not valid: >> webui.browse.index.9 = title >> :metadata:dc.title,dc:title.uniform,dc:relation.ispartofseries:title:full >> org.dspace.browse.BrowseException: Browse Index configuration is >> not valid: webu >> i.browse.index.9 = >> title:metadata:dc.title,dc:title.uniform,dc:relation.ispartof >> series:title:full >> at org.dspace.browse.BrowseIndex.<init>(BrowseIndex.java:202) >> at >> org.dspace.browse.BrowseIndex.getBrowseIndices(BrowseIndex.java:682) >> at org.dspace.browse.IndexBrowse.<init>(IndexBrowse.java:123) >> at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:626) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) >> at java.lang.reflect.Method.invoke(Unknown Source) >> at >> org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183) >> >> and the line in [dspace-dir]/config/dspace.cfg is: >> >> webui.browse.index.9 = >> title:metadata:dc.title,dc:title.uniform,dc:relation.ispartofseries:title:full >> >> (as appears in the Manual[1]) >> >> In the source I don't find the line that split the string into an >> array(?) to merge the metadata field or some like this. So, Is it a >> bug, an issue, a documentation error or an implementation error? >> >> Thanks in advance >> >> [1] http://www.dspace.org/1_7_1Documentation/DSpace-Manual.pdf >> -- >> Dennis Tobar Calderón >> Ingeniero en Informática UTEM >> Licenciado en Ciencias de la Ingeniería UTEM >> >> ------------------------------------------------------------------------------ >> All of the data generated in your IT infrastructure is seriously valuable. >> Why? It contains a definitive record of application performance, security >> threats, fraudulent activity, and more. Splunk takes this data and makes >> sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-d2dcopy2 >> _______________________________________________ >> DSpace-tech mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/dspace-tech > > Jeffrey Trimble > System LIbrarian > William F. Maag Library > Youngstown State University > 330.941.2483 (Office) > [email protected] > http://www.maag.ysu.edu > http://digital.maag.ysu.edu > ""For he is the Kwisatz Haderach..." > > ----- Final da mensagem de [email protected] ----- ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2 _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

