Re: [Dspace-tech] discovery facet by collection

2015-07-30 Thread Pablo Buenaposada
This is the sidebar facet in discovery.xml that works showing the collection bean id=searchFilterCollection class=org.dspace.discovery.configuration.DiscoverySearchFilterFacet property name=indexFieldName value=location.coll/ property name=metadataFields list

Re: [Dspace-tech] discovery facet by collection

2015-07-29 Thread Pablo Buenaposada
Hi Christian, The PR really helped me. The problem was that seems that dspace needs the field ending with _filter to make the filter appear so, we can modify our schema.xml to add this field and also fill with the same value of location.coll: field name=location.coll_filter type=keywordFilter

Re: [Dspace-tech] dspace-cris custom browse index

2015-07-27 Thread Pablo Buenaposada
up -- View this message in context: http://dspace.2283337.n4.nabble.com/dspace-cris-custom-browse-index-tp4678829p4678938.html Sent from the DSpace - Tech mailing list archive at Nabble.com. --

Re: [Dspace-tech] discovery facet by collection

2015-07-24 Thread Pablo Buenaposada
I don't know if you understand me. From what I know, to make a sidebar facet work you need to create mandatory a search filter, so, is not helpful... is required! My problem is not about making the sidebar facet appear in community/collection level, the problem is that in nowhere appears it. This

Re: [Dspace-tech] discovery facet by collection

2015-07-23 Thread Pablo Buenaposada
up -- View this message in context: http://dspace.2283337.n4.nabble.com/discovery-facet-by-collection-tp4678162p4678894.html Sent from the DSpace - Tech mailing list archive at Nabble.com. --

[Dspace-tech] dspace-cris custom browse index

2015-07-15 Thread Pablo Buenaposada
Hi, I want to config some simple custom browse indexes. I need to show a subset of the total researchers filtered by a researcher field I previously configured and filled in all researchers. This field in my case is university. So, in dspace.cfg I added this: webui.browse.index.10 =

[Dspace-tech] DSpace-CRIS add new authority controlled metadata

2015-07-01 Thread Pablo Buenaposada
Hi, I want to add another researcher link in my case in dc.contributor.advisor metadata and I am a little lost. Any guide how to do this? -- View this message in context: http://dspace.2283337.n4.nabble.com/DSpace-CRIS-add-new-authority-controlled-metadata-tp4678651.html Sent from the DSpace

Re: [Dspace-tech] discovery facet by collection

2015-06-15 Thread Pablo Buenaposada
I'm using the configuration of a filter that works ok, so seems that no bad configuration could affect here, any hint? -- View this message in context: http://dspace.2283337.n4.nabble.com/discovery-facet-by-collection-tp4678162p4678364.html Sent from the DSpace - Tech mailing list archive at

Re: [Dspace-tech] Ordering community collection listings

2015-06-15 Thread Pablo Buenaposada
For collections I think the best way is to modify the sql query of the function that returns all the collections. This function is located here https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/content/Community.java#L661 so playing with the sql clause ORDER BY you

Re: [Dspace-tech] dspace-cris ordering in custom jsp

2015-06-08 Thread Pablo Buenaposada
Something more to look at? -- View this message in context: http://dspace.2283337.n4.nabble.com/dspace-cris-ordering-in-custom-jsp-tp4678159p4678289.html Sent from the DSpace - Tech mailing list archive at Nabble.com.

[Dspace-tech] discovery facet by collection

2015-06-02 Thread Pablo Buenaposada
Hi, I want to make a discovery sidebar facet by collection, what's the value to put in discovery.xml to retrieve the collection of the items? I see in solr that the value is location.coll but i have tested with valuelocation.coll/value with no luck. -- View this message in context:

[Dspace-tech] dspace-cris ordering in custom jsp

2015-06-02 Thread Pablo Buenaposada
Hi, I want to order the researcher results that a custom jsp returns in a specific tab. I see that the jstl line which prints the results is this : dspace:browselist items=quot;lt;%= (BrowseItem[])info.getItems() % config=crisrp / this works nice but the order is not alphabetical, I saw in

Re: [Dspace-tech] discovery facet by collection

2015-06-02 Thread Pablo Buenaposada
yes, I have reindex after the change in discovery.xml. The tag location.coll is the correct one to obtain the collection? -- View this message in context: http://dspace.2283337.n4.nabble.com/discovery-facet-by-collection-tp4678162p4678167.html Sent from the DSpace - Tech mailing list archive

Re: [Dspace-tech] dspace-cris ordering in custom jsp

2015-06-02 Thread Pablo Buenaposada
Hi Andrea, I also tried that config, I have this in dspace.cfg: webui.itemlist.sort-option.4 = rpname:crisrp.fullName:title and changed the SortOption constructor to this: new SortOption(4); but has no effect on the results. -- View this message in context:

Re: [Dspace-tech] main servlet for url pattern: dspaceurl.com/*

2015-03-19 Thread Pablo Buenaposada
Yes Peter, that's what I have exactly done at first attempt and worked perfectly, the problem is that I don't want any featureA destination url so that's why I asked about the root behavior. If is so difficult I would make a tomcat redirection . Anyway I can't understand which is the main servlet

Re: [Dspace-tech] main servlet for url pattern: dspaceurl.com/*

2015-03-17 Thread Pablo Buenaposada
up -- View this message in context: http://dspace.2283337.n4.nabble.com/main-servlet-for-url-pattern-dspaceurl-com-tp4676559p4677050.html Sent from the DSpace - Tech mailing list archive at Nabble.com. -- Dive into

Re: [Dspace-tech] main servlet for url pattern: dspaceurl.com/*

2015-03-09 Thread Pablo Buenaposada
up! -- View this message in context: http://dspace.2283337.n4.nabble.com/main-servlet-for-url-pattern-dspaceurl-com-tp4676559p4676945.html Sent from the DSpace - Tech mailing list archive at Nabble.com. -- Dive into

Re: [Dspace-tech] browse list with contains option not starts_with

2015-03-09 Thread Pablo Buenaposada
Not really trying to search in specific collection but in other solr objects than items as I am using dspace-cris. Well, if there isn't another option I will use search rather than browse, but you know, the less modifies you make the easy to upgrade later. Thanks Tim! -- View this message in

Re: [Dspace-tech] browse list with contains option not starts_with

2015-03-05 Thread Pablo Buenaposada
up! -- View this message in context: http://dspace.2283337.n4.nabble.com/browse-list-with-contains-option-not-starts-with-tp4676815p4676889.html Sent from the DSpace - Tech mailing list archive at Nabble.com. -- Dive

Re: [Dspace-tech] browse list with contains option not starts_with

2015-03-05 Thread Pablo Buenaposada
because I still want to show the full list of items, the only that I can't understand is why you have to search something knowing how it starts, that's not the general case, normally you know that contains some word but you don't know the first ones. -- View this message in context:

Re: [Dspace-tech] Want to add custom filter type in dspace 4.x search filter facet

2015-02-26 Thread Pablo Buenaposada
Well, all the files you modified in the dspace installation need to be overwritten in the dspace source, or added if you created them as new in the dspace installation. For example, Messages.properties is only in the source so you don't have to do nothing. input-forms.xml is in the source and in

Re: [Dspace-tech] Want to add custom filter type in dspace 4.x search filter facet

2015-02-26 Thread Pablo Buenaposada
in jspui version english Message.Properties isn't as you expect in the installed directory. You have to modify it in the source directory and return to compile, the file is located here sourceFolder/dspace-api/src/main/resources/ -- View this message in context:

Re: [Dspace-tech] Display DOI as link in jspui in 4.2

2015-02-17 Thread Pablo Buenaposada
That's interesting, what you have done in order to make doi linkable? -- View this message in context: http://dspace.2283337.n4.nabble.com/Display-DOI-as-link-in-jspui-in-4-2-tp4676576p4676667.html Sent from the DSpace - Tech mailing list archive at Nabble.com.

Re: [Dspace-tech] main servlet for url pattern: dspaceurl.com/*

2015-02-16 Thread Pablo Buenaposada
hello? -- View this message in context: http://dspace.2283337.n4.nabble.com/main-servlet-for-url-pattern-dspaceurl-com-tp4676559p4676646.html Sent from the DSpace - Tech mailing list archive at Nabble.com. -- Download

[Dspace-tech] main servlet for url pattern: dspaceurl.com/*

2015-02-10 Thread Pablo Buenaposada
Hi, I want to modify the behavior when someone request an url like dspaceurl.com/1234-567-890-1234 What I understand is that I need to look if in web.xml there is a servlet that captures that url pattern, as java servlets doesn't allow regexp in url patterns, I think that the servlet that would

Re: [Dspace-tech] More question on Stats logging on DSpace-CRIS 4.1.2

2015-01-30 Thread Pablo Buenaposada
1-I will look the next week, what I can said you now is that for me seems work, I can see researcher with visits by the web, mostly from USA (robots?) and from my location (me?), so seems that something is counting. 2-Where are those reports created? no idea mate. -- View this message in

Re: [Dspace-tech] Importing authority keys

2015-01-26 Thread Pablo Buenaposada
Hi Antoine, As Emilio has pointed, I was confused with BTE and BME. Now using the metadata-import command with '+' character as item id worked good adding new items with authority values in their authors. This command is much easier than the other with BTE stuff. I think that having 2 commands

Re: [Dspace-tech] Importing authority keys

2015-01-26 Thread Pablo Buenaposada
I only see dspace wiki links there. What's supposed I have to look? -- View this message in context: http://dspace.2283337.n4.nabble.com/Importing-authority-keys-tp4673813p4676379.html Sent from the DSpace - Tech mailing list archive at Nabble.com.

Re: [Dspace-tech] Importing authority keys

2015-01-23 Thread Pablo Buenaposada
I have check that, when I import an item by csv with that author syntax the import procedure doesn't recognizes this syntax so it ends taking all the string as the author name. I don't know what's BME and where can be configured, probably you want to say BTE?? It's strange because when I export

Re: [Dspace-tech] Importing authority keys

2015-01-23 Thread Pablo Buenaposada
Thanks anyway. In my case I need to import around 50.000 items frequently, and now using the import option of the dspace binary with a .csv containing all items it's a bit slow... I would like to import them faster... I have seen that the import is slow because for every author, the import needs

Re: [Dspace-tech] Importing authority keys

2015-01-22 Thread Pablo Buenaposada
any update on this? I'm very interested. -- View this message in context: http://dspace.2283337.n4.nabble.com/Importing-authority-keys-tp4673813p4676315.html Sent from the DSpace - Tech mailing list archive at Nabble.com.

Re: [Dspace-tech] DSpace-CRIS 4.1.2 - Issue on items display in ResearcherProfile

2015-01-19 Thread Pablo Buenaposada
but you have a dropdown menu like me? it's strange because the code doesn't seem to add any # in the link url -- View this message in context: http://dspace.2283337.n4.nabble.com/DSpace-CRIS-4-1-2-Issue-on-items-display-in-ResearcherProfile-tp4676116p4676264.html Sent from the DSpace -

Re: [Dspace-tech] DSpace crashes during the file upload process

2015-01-19 Thread Pablo Buenaposada
What says the log? -- View this message in context: http://dspace.2283337.n4.nabble.com/DSpace-crashes-during-the-file-upload-process-tp4676241p4676261.html Sent from the DSpace - Tech mailing list archive at Nabble.com.

Re: [Dspace-tech] DSpace-CRIS 4.1.2 - Merging Authors with RP with Authors without RP in Item Display

2015-01-15 Thread Pablo Buenaposada
Hi Alexander, This is something I have never understand in the newer version 4.1 of dspace-cris. As you may know, when a dc.contributor.author value matches the name of a RP they link that dc.contributor.author metadata with the RP id using the authority key system. So, when your are in the

Re: [Dspace-tech] DSpace-CRIS 4.1.2 - Issue on items display in ResearcherProfile

2015-01-13 Thread Pablo Buenaposada
About issue 1, yes, seems that's not working well, will look into it. Issue 2 it's strange, mine is working well, I don't know if I forget to tell you about more code fixes in other files, can't remember now... Tell me what url gives you in the red section of the image attached.

Re: [Dspace-tech] DSpace-CRIS 4.1.2 - Issue on items display in ResearcherProfile

2015-01-12 Thread Pablo Buenaposada
all redirects should work ok with that fix... it's strange. I can't understand the problem 1. -- View this message in context: http://dspace.2283337.n4.nabble.com/DSpace-CRIS-4-1-2-Issue-on-items-display-in-ResearcherProfile-tp4676116p4676147.html Sent from the DSpace - Tech mailing list

Re: [Dspace-tech] problem with facet, solr seprator \n|||\n

2014-12-02 Thread Pablo Buenaposada
nothing? -- View this message in context: http://dspace.2283337.n4.nabble.com/problem-with-facet-solr-seprator-n-n-tp4675680p4675730.html Sent from the DSpace - Tech mailing list archive at Nabble.com. -- Download

Re: [Dspace-tech] Rollback changes on dspace!

2014-11-26 Thread Pablo Buenaposada
The only I know about that, is that if when you recompile, normally it creates some backup files like webapps folder adding the date at the name of the folders/files. But this is a backup of the COMPILED code, I don't think you can get any backup of the SOURCE code. -- View this message in

[Dspace-tech] problem with facet, solr seprator \n|||\n

2014-11-25 Thread Pablo Buenaposada
I have a discovery facet to show how many dc.contributor.advisor are in the total items: bean id=searchFilterObjectPeople class=org.dspace.discovery.configuration.DiscoverySearchFilterFacet property name=indexFieldName value=objectpeople / property name=metadataFields list

Re: [Dspace-tech] problem with facet, solr seprator \n|||\n

2014-11-25 Thread Pablo Buenaposada
Sorry forgot to say it's a DSpace 4.1 with JSPUI -- View this message in context: http://dspace.2283337.n4.nabble.com/problem-with-facet-solr-seprator-n-n-tp4675680p4675681.html Sent from the DSpace - Tech mailing list archive at Nabble.com.

[Dspace-tech] metadata batch import bug?

2014-09-26 Thread Pablo Buenaposada
) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432) ... 38 more Should not the import command check the date issue valued before importing the item? Pablo Buenaposada Tècnic de Càlcul i

[Dspace-tech] Configure discovery with AND clause

2014-08-04 Thread Pablo Buenaposada
with dc.contributor.author OR dc.creator, so, is there any way to make this 2 metadata operate with AND? Pablo Buenaposada Tècnic de Càlcul i Aplicacions Consorci de Serveis Universitaris de Catalunya (CSUC) Gran Capità, 2 (Edifici Nexus

Re: [Dspace-tech] DSpace CRIS - Chinese name

2014-07-28 Thread Pablo Buenaposada
...) Thanks a lot for the help Regards Germán Pablo Buenaposada Tècnic de Càlcul i Aplicacions Consorci de Serveis Universitaris de Catalunya (CSUC) Gran Capità, 2 (Edifici Nexus) ?08034 Barcelona T. 93 551 6220 ?F. 93

[Dspace-tech] POM not found DSpace-Cris 4.1

2014-07-02 Thread Pablo Buenaposada
Hi, doing the mvn package of the dspace-cris 4.1 seems that it can't find some .pom files in the sonatype repository -bash-4.1$ mvn package [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] DSpace Parent Project [INFO] DSpace Services Framework :: API and Implementation

Re: [Dspace-tech] get dspace configuration in runtime

2014-06-19 Thread Pablo Buenaposada
= ConfigurationManager.getProperty(db.url); % Pablo Buenaposada Tècnic de Càlcul i Aplicacions Consorci de Serveis Universitaris de Catalunya (CSUC) Gran Capità, 2 (Edifici Nexus) ?08034 Barcelona T. 93 551 6220 ?F. 93 205 6979