[Dspace-tech] elevate.xml in solr

2014-02-07 Thread Calloni, Rodrigo
Hello We are in DSpace 3.2 using XMLUI While learning about solr relevancy ranking algorithm I found that solr has a way to push to the top documents by using the elevate.xml file. I tried to configure it myself and it didn't work after I restarted tomcat. Besides configuring the elevate.xml f

[Dspace-tech] dspace-admin/workflow does not exist in XMLUI?

2014-02-07 Thread Humberto Blanco Castillo
Hi, i cant found workflow view in XMLUI version 4. Any idea? -- Cordialmente, Humberto Blanco -- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfall

Re: [Dspace-tech] moving menu items

2014-02-07 Thread Webshet, Sisay (ILRI)
Thanks Helix, It works! -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Friday, February 07, 2014 5:00 PM To: Webshet, Sisay (ILRI) Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] moving menu items You must have made

Re: [Dspace-tech] moving menu items

2014-02-07 Thread helix84
You must have made some syntactic error in xmlui.xconf. Download it again from here [1], edit it following the steps needed to enable Discovery and see if your site starts working again. If it's working, try to reorder the aspects again. [1] https://raw2.github.com/DSpace/DSpace/dspace-3_x/dspace

Re: [Dspace-tech] moving menu items

2014-02-07 Thread helix84
OK. Edit your [dspace]/config/xmlui.xconf and make sure aspects are in this order: Then restart Tomcat. There's a small chance this might break something else. We'll see. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] item-mapping

2014-02-07 Thread helix84
On Fri, Feb 7, 2014 at 1:55 PM, Tumie Morupisi wrote: > how do i find item-mapping in version 3.1? https://wiki.duraspace.org/display/DSDOC3x/Mapping+Items Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ---

[Dspace-tech] item-mapping

2014-02-07 Thread Tumie Morupisi
Good Day how do i find item-mapping in version 3.1?-- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doublec

Re: [Dspace-tech] moving menu items

2014-02-07 Thread Webshet, Sisay (ILRI)
Here is what my DRI shows and I put the code in this order inside discovery/ Navigation.java /* regulate the ordering */ options.addList("discovery"); options.addList("browse"); options.addList("account"); options.addList("context"); options.addList("

Re: [Dspace-tech] moving menu items

2014-02-07 Thread Webshet, Sisay (ILRI)
Thanks Helix, I just enable the discovery and it works fine. But where do I change the setting for moving Discovery above the Browse or below the search menu Thanks Sisay @gmail.com] On Behalf Of helix84 Sent: Friday, February 07, 2014 2:53 PM To: Webshet, Sisay (ILRI) Cc: dspace-tech@lists.sou

Re: [Dspace-tech] moving menu items

2014-02-07 Thread helix84
It doesn't seem you have Discovery enabled. Here's what your DRI contains: ... ... Here's what it should contain if Discovery is enabled: ... ... ... And here is the order you want to change it to: ... ... ... Make sure you followed all the steps for enabling Discovery: https://wiki.durasp

Re: [Dspace-tech] item count error

2014-02-07 Thread helix84
On Fri, Feb 7, 2014 at 12:31 PM, Webshet, Sisay (ILRI) wrote: > The item count for a specific collection > https://cgspace.cgiar.org/handle/10568/476/browse?type=output > > Poster [489] shows the default item count shown for the root community. Your issue, as I understand it, is that you are loo

Re: [Dspace-tech] moving menu items

2014-02-07 Thread Webshet, Sisay (ILRI)
I have already enabled the browseArtifacts and discovery aspects @ xmlui.xconf and add options.addList("browse"); below options.addList("discovery"); on the file https://github.com/DSpace/DSpace/blob/dspace-3.1/dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/discovery/Navigation.java#L

[Dspace-tech] item count error

2014-02-07 Thread Webshet, Sisay (ILRI)
We are using dsapce 3.2 xmlui version The item count for a specific collection https://cgspace.cgiar.org/handle/10568/476/browse?type=output Poster [489] shows the default item count shown for the root community. http

Re: [Dspace-tech] How to enable OAI-PMH into DSpace 3.2

2014-02-07 Thread Hilton Gibson
Ok. So just delete and then things work. I wonder if simply disabling the cache will work to. Is this cache absolutely necessary? *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025D Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21

Re: [Dspace-tech] How to enable OAI-PMH into DSpace 3.2

2014-02-07 Thread helix84
On Feb 7, 2014 11:20 AM, "Hilton Gibson" wrote: > ​Remember when you clean the cache, either manually or via the script, then it needs to be rebuilt. > $ /home/dspace/bin/dspace import -o -v -c ​ That rebuilds the index. The cache is something different - it caches whole XML responses. Running im

Re: [Dspace-tech] MoreLikeThis Solr

2014-02-07 Thread helix84
On Fri, Feb 7, 2014 at 10:49 AM, Ruben wrote: > author, and I want to filter by his name and surnames, but Solr is filtering > authors by name or surname, so it is doing an OR instead of an AND. I have Try this syntax: http://wiki.apache.org/solr/SolrQuerySyntax#Specifying_a_Query_Parser Also li

Re: [Dspace-tech] MoreLikeThis Solr

2014-02-07 Thread Hilton Gibson
Hi Ruben Did you check the configuration: http://wiki.lib.sun.ac.za/index.php/SUNScholar/SOLR_Discovery/3.2#Step_3 Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025D Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21 808

[Dspace-tech] MoreLikeThis Solr

2014-02-07 Thread Ruben
Hi everybody, I have written in this list days ago, but I didn't found any response, so sorry for posting once again but I don't find how to resolve this issue. I need to change the values of MoreLikeThis Solr parameters, which can be changed in RelatedItems.java file. Now I'm filtering relat

Re: [Dspace-tech] How to stop using full text search?

2014-02-07 Thread helix84
On Thu, Feb 6, 2014 at 11:19 PM, Calloni, Rodrigo wrote: > I am getting Internal Server Error when I run the index after cleaning up the > index and changing the schema.xml > When I add -b the error message doesn't show up. So, I understand that it's working when you reindex with -b, right? R

Re: [Dspace-tech] How to enable OAI-PMH into DSpace 3.2

2014-02-07 Thread SUZUKI Keiji
Hi Bhavesh, I suppose the old request cache remains. Did you run "[dspace]/bin/dspace/oai clean-cache" command after edited config files? If no, run it. Or delete directly the cache directory, [dspace]/var/oai/requests Keiji Suzuki 2014-02-07 Bhavesh Patel : > Dear helix84/Hilton, > > Yes, I hav

Re: [Dspace-tech] moving menu items

2014-02-07 Thread helix84
On Fri, Feb 7, 2014 at 9:17 AM, Webshet, Sisay (ILRI) wrote: > There are a lot of Navigation.java file under > /dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect . > > Which folder has the appropriate Navigation.java to do the reordering. That depends on whats in your xmlui.xconf. If you hav

[Dspace-tech] moving menu items

2014-02-07 Thread Webshet, Sisay (ILRI)
Hi everybody We are using dspace 3.2 xmlui version.I want to move the discovery menu to the top of option-set menu items. There are a lot of Navigation.java file under /dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect . Which folder has the appropriate Navigation.java to do the reordering

Re: [Dspace-tech] Pxpdf-mediafilter configuration

2014-02-07 Thread Alan Orth
Also, you will need to enable Xpdf in dspace.cfg... just in case the docs don't make sense, here's my commit which does this for our DSpace: https://github.com/ilri/DSpace/commit/30c1460bb17d5e357a4002503da8cc066c823449 Alan On 02/07/2014 11:12 AM, Alan Orth wrote: > Morning from Nairobi, Robert

Re: [Dspace-tech] Pxpdf-mediafilter configuration

2014-02-07 Thread Alan Orth
Morning from Nairobi, Robert. :) Here are the notes I took when I prepared our servers for Xpdf thumbnails: https://gist.github.com/alanorth/b71a458e9b83c3a8015a They are basically a copy paste able version of the ones in the DSpace docs Helix linked to. Alan On 02/06/2014 05:14 PM, helix84 wr