ehm...

I've checked this: nopes... still failing =(. In my test repository
I've configured 8 indexes, but I want merge 4 in 2. The ninth index is
a test.

Thanks for the suggestion =)

On Fri, Oct 7, 2011 at 5:50 PM, Blanco, Jose <[email protected]> wrote:
> Dennis,
>
> Not sure this is the cause, but one thing that I noticed some time back is 
> that when you declare the indices, you can't have a gap in the listing.  So, 
> for example,
>
> webui.browse.index.1 = title:item:title
> webui.browse.index.2 = author:metadata:dc.contributor.author:text
> webui.browse.index.3 = subject:metadata:dc.subject.*:text
> webui.browse.index.5 = dateissued:item:dateissued
>
> is wrong ( the 5 needs to be a 4 ), like in:
>
> webui.browse.index.1 = title:item:title
> webui.browse.index.2 = author:metadata:dc.contributor.author:text
> webui.browse.index.3 = subject:metadata:dc.subject.*:text
> webui.browse.index.4 = dateissued:item:dateissued
>
> Again, not sure this is the problem, but perhaps you could check that.
>
> -Jose
>
> -----Original Message-----
> From: Dennis Tobar [mailto:[email protected]]
> Sent: Friday, October 07, 2011 4:32 PM
> To: [email protected]
> Subject: [Dspace-tech] Combine Index Browse doesn't work
>
> 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
>



-- 
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

Reply via email to