Re: [Dspace-tech] dspace 1.7 webui.browse.index

2011-10-10 Thread Claudia Juergen
Hello Lars,

for an item index it is just:
webui.browse.index. =  : item :  : (asc |
desc)
with the correpsonding sort option in the form
 webui.itemlist.sort-option. =  :.[.|.*] : (date | text | ...) : (show | hide)

An item index is a "full" index.

So with your example it would be
webui.browse.index.7 =identifierother:item:identifierother
webui.itemlist.sort-option.4 = identifierother:dc.identifier.other:date

Hope this helps

Claudia Jürgen

>
>
> hello claudia,
>
> thanks for the quick answer.
> but i get this error:
> Exception: Browse Index configuration is not valid: webui.browse.index.7
> = identifierother:item:dc.identifier.other:date:full
> org.dspace.browse.BrowseException: Browse Index configuration is not
> valid: webui.browse.index.7 =
> identifierother:item:dc.identifier.other:date:full
>  at org.dspace.browse.BrowseIndex.(BrowseIndex.java:202)
>  at
> org.dspace.browse.BrowseIndex.getBrowseIndices(BrowseIndex.java:682)
>  at org.dspace.browse.IndexBrowse.(IndexBrowse.java:123)
>  at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:626)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>  at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>  at java.lang.reflect.Method.invoke(Method.java:597)
>  at
> org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183)
>
> best
> lars
>
> Am 10.10.11 17:06, schrieb Claudia Jürgen:
>> Hello Lars,
>>
>> you created a metadata index with
>> webui.browse.index.7 = identifierother:metadata:...
>> try to create an item index
>> webui.browse.index.7 = identifierother:item:...
>>
>> Hope this helps
>>
>> Claudia Jürgen
>>
>>
>> Am 10.10.2011 16:25, schrieb Lars Möller:
>>> hello,
>>>
>>> i have problems to configure the webui.browse.index in dspace-1.7 using
>>> xmlui.
>>> in special setting up the.
>>> the following browsindex should print out a full list.
>>> webui.browse.index.7 =
>>> identifierother:metadata:dc.identifier.other:date:full
>>>
>>> in the manual for version 1.7 in chapter 6.2.26.1. Defining the
>>> Indexes:
 Choose full or single. This refers to the way that the index will be
 displayed in the browse list- ing. "Full" will be the full item list
 as specified by webui.itemlist.columns ; "single" will be a single
 list of only the indexed term.
>>> the webui.itemlist.columns is set up also (but i believe this has no
>>> effect for the xmlui part).
>>>
>>> but i can see only the single column dc.identifier.other not the
>>> defined
>>> columns in the xmlui theme.
>>>
>>> the webui.browse.index.3 = title:item:title brings out a complete list
>>> of title, date, creator, etc.
>>>
>>> index has been new created with ./dspace  index-init (tomcat
>>> restarted).
>>>
>>> has somebody an idea, hint ...
>>>
>>> best
>>> lars moeller
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> --
>>> All the data continuously generated in your IT infrastructure contains
>>> a
>>> definitive record of customers, application performance, security
>>> threats, fraudulent activity and more. Splunk takes this data and makes
>>> sense of it. Business sense. IT sense. Common sense.
>>> http://p.sf.net/sfu/splunk-d2dcopy1
>>> ___
>>> DSpace-tech mailing list
>>> DSpace-tech@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
> --
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2dcopy1
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>


Mit freundlichen Gruessen

Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/
Tel.: 0049-231-755-4043




--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] dspace 1.7 webui.browse.index

2011-10-10 Thread Lars Möller

hello helix,


1)
in my first post, i wrote,
> index has been new created with ./dspace  index-init (tomcat restarted).
2)
no numbers leaved out. 1 to 7 exists.

it isn't the problem, that the index doesn't work. only the -option full doesn't work.

best
lars


Am 10.10.11 17:39, schrieb helix84:
> On Mon, Oct 10, 2011 at 17:23, Lars Möller  wrote:
>> but i get this error:
>> Exception: Browse Index configuration is not valid: webui.browse.index.7
>> = identifierother:item:dc.identifier.other:date:full
> Hi Lars,
> I would check 2 things first:
> 1) after you changed indexes in dspace.cfg, did you run index-init?
> 2) in dspace.cfg, did you happen to leave out a number? e.g.
> if you want only 2 indexes, you cannot number them this way:
> webui.browse.index.1
> webui.browse.index.3
> you have to number them sequentioally, i.e.:
> webui.browse.index.1
> webui.browse.index.2
>
> Hope that helps.
>
> Regards,
> ~~helix84

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] dspace 1.7 webui.browse.index

2011-10-10 Thread helix84
On Mon, Oct 10, 2011 at 17:23, Lars Möller  wrote:
> but i get this error:
> Exception: Browse Index configuration is not valid: webui.browse.index.7
> = identifierother:item:dc.identifier.other:date:full

Hi Lars,
I would check 2 things first:
1) after you changed indexes in dspace.cfg, did you run index-init?
2) in dspace.cfg, did you happen to leave out a number? e.g.
if you want only 2 indexes, you cannot number them this way:
webui.browse.index.1
webui.browse.index.3
you have to number them sequentioally, i.e.:
webui.browse.index.1
webui.browse.index.2

Hope that helps.

Regards,
~~helix84

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] dspace 1.7 webui.browse.index

2011-10-10 Thread Lars Möller


hello claudia,

thanks for the quick answer.
but i get this error:
Exception: Browse Index configuration is not valid: webui.browse.index.7 
= identifierother:item:dc.identifier.other:date:full
org.dspace.browse.BrowseException: Browse Index configuration is not 
valid: webui.browse.index.7 = 
identifierother:item:dc.identifier.other:date:full
 at org.dspace.browse.BrowseIndex.(BrowseIndex.java:202)
 at org.dspace.browse.BrowseIndex.getBrowseIndices(BrowseIndex.java:682)
 at org.dspace.browse.IndexBrowse.(IndexBrowse.java:123)
 at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:626)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183)

best
lars

Am 10.10.11 17:06, schrieb Claudia Jürgen:
> Hello Lars,
>
> you created a metadata index with
> webui.browse.index.7 = identifierother:metadata:...
> try to create an item index
> webui.browse.index.7 = identifierother:item:...
>
> Hope this helps
>
> Claudia Jürgen
>
>
> Am 10.10.2011 16:25, schrieb Lars Möller:
>> hello,
>>
>> i have problems to configure the webui.browse.index in dspace-1.7 using
>> xmlui.
>> in special setting up the.
>> the following browsindex should print out a full list.
>> webui.browse.index.7 =
>> identifierother:metadata:dc.identifier.other:date:full
>>
>> in the manual for version 1.7 in chapter 6.2.26.1. Defining the Indexes:
>>> Choose full or single. This refers to the way that the index will be
>>> displayed in the browse list- ing. "Full" will be the full item list
>>> as specified by webui.itemlist.columns ; "single" will be a single
>>> list of only the indexed term.
>> the webui.itemlist.columns is set up also (but i believe this has no
>> effect for the xmlui part).
>>
>> but i can see only the single column dc.identifier.other not the defined
>> columns in the xmlui theme.
>>
>> the webui.browse.index.3 = title:item:title brings out a complete list
>> of title, date, creator, etc.
>>
>> index has been new created with ./dspace  index-init (tomcat restarted).
>>
>> has somebody an idea, hint ...
>>
>> best
>> lars moeller
>>
>>
>>
>>
>>
>>
>>
>> --
>> All the data continuously generated in your IT infrastructure contains a
>> definitive record of customers, application performance, security
>> threats, fraudulent activity and more. Splunk takes this data and makes
>> sense of it. Business sense. IT sense. Common sense.
>> http://p.sf.net/sfu/splunk-d2dcopy1
>> ___
>> DSpace-tech mailing list
>> DSpace-tech@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] dspace 1.7 webui.browse.index

2011-10-10 Thread Claudia Jürgen

Hello Lars,

you created a metadata index with
webui.browse.index.7 = identifierother:metadata:...
try to create an item index
webui.browse.index.7 = identifierother:item:...

Hope this helps

Claudia Jürgen


Am 10.10.2011 16:25, schrieb Lars Möller:
> hello,
>
> i have problems to configure the webui.browse.index in dspace-1.7 using
> xmlui.
> in special setting up the.
> the following browsindex should print out a full list.
> webui.browse.index.7 =
> identifierother:metadata:dc.identifier.other:date:full
>
> in the manual for version 1.7 in chapter 6.2.26.1. Defining the Indexes:
>> Choose full or single. This refers to the way that the index will be
>> displayed in the browse list- ing. "Full" will be the full item list
>> as specified by webui.itemlist.columns ; "single" will be a single
>> list of only the indexed term.
> the webui.itemlist.columns is set up also (but i believe this has no
> effect for the xmlui part).
>
> but i can see only the single column dc.identifier.other not the defined
> columns in the xmlui theme.
>
> the webui.browse.index.3 = title:item:title brings out a complete list
> of title, date, creator, etc.
>
> index has been new created with ./dspace  index-init (tomcat restarted).
>
> has somebody an idea, hint ...
>
> best
> lars moeller
>
>
>
>
>
>
>
> --
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2dcopy1
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

-- 
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] dspace 1.7 webui.browse.index

2011-10-10 Thread Lars Möller
hello,

i have problems to configure the webui.browse.index in dspace-1.7 using 
xmlui.
in special setting up the .
the following browsindex should print out a full list.
webui.browse.index.7 = 
identifierother:metadata:dc.identifier.other:date:full

in the manual for version 1.7 in chapter 6.2.26.1. Defining the Indexes:
> Choose full or single. This refers to the way that the index will be 
> displayed in the browse list- ing. "Full" will be the full item list 
> as specified by webui.itemlist.columns ; "single" will be a single 
> list of only the indexed term.
the webui.itemlist.columns is set up also (but i believe this has no 
effect for the xmlui part).

but i can see only the single column dc.identifier.other not the defined 
columns in the xmlui theme.

the webui.browse.index.3 = title:item:title brings out a complete list 
of title, date, creator, etc.

index has been new created with ./dspace  index-init (tomcat restarted).

has somebody an idea, hint ...

best
lars moeller







--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech