Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-23 Thread marco . weiss
Hi Helix, thank you for remembering! My brain lost that information somewhere... I now using the solr and it works well. I deactivated the localhost restriction in web.xml and did my first search. http://10.2.46.252:8080/solr/oai/select?q=metadata.dc.identifier.uuid:955a3c1d-921b-4522-a452-672b4f

Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-22 Thread João Melo
Hi Marco, about the rest-api (we use https://github.com/wijiti/dspace-rest-api), it lacks of documentation, if you are willing to use it, i've uploaded a short manual, look at: http://lyncode.github.com/dspace-rest-api/ Any doubt, please, feel free to question, it may help improving it. On 22 J

Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-22 Thread helix84
On Tue, Jan 22, 2013 at 9:01 AM, wrote: > Other idea, is it possible to use the solr search server to get what i > want? Yes! Please, read my first email. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-22 Thread marco . weiss
Hi Joao, thank you for answering! Ok REST would be nice but i see there is not documentation of such a implementation. I found these instructions https://jspace.atlassian.net/wiki/display/DSPACEAPI/DSpace+REST+API+Home https://jspace.atlassian.net/wiki/display/DSPACEAPI/API+Documentation

Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-21 Thread João Melo
Hi Marco, sorry for the delay. Unfortunately i've misunderstood, as helix said, it requires code changes. But, i would strongly disencourage you, OAI-PMH protocol is not meant to be used for custom query purposes, you could use some rest-api instead (we are using and it works fine). If you have a

Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-18 Thread marco . weiss
Hi Helix, thank you for that link. I now new which direction Joao and you are thinking of but i can't find a documentation what i have to do. Just with the configuration file and the note "OAI 2.0 allows you to configure following advanced options ... filters" i can't understand what to do. May

Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-17 Thread helix84
On Thu, Jan 17, 2013 at 1:18 PM, wrote: > yes we are using DSpace 3.0. Can you provide me a hint where i can find a > documentation of these filters? The filters Joao meant are defined and used here: https://github.com/DSpace/DSpace/blob/dspace-3.0/dspace/config/crosswalks/oai/xoai.xml I don't

Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-17 Thread marco . weiss
Hi Joao, yes we are using DSpace 3.0. Can you provide me a hint where i can find a documentation of these filters? Or do you mean the media filters? Regards, Marco Am 17.01.2013 12:40, schrieb João Melo: > Hi marco, > > if you are using DSpace 3.0, it's also possible do the same with

Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-17 Thread João Melo
Hi marco, if you are using DSpace 3.0, it's also possible do the same with filters which don't require code changes, only configuration changes. On 17 January 2013 10:05, wrote: > Hope i understand you the right way... > The only way to get this working is to expand the code? > > Regards, Marc

Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-17 Thread helix84
On Thu, Jan 17, 2013 at 11:05 AM, wrote: > Hope i understand you the right way... > The only way to get this working is to expand the code? Yes, certainly. But it doesn't look hard, unless there's something I missed. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https:/

Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-17 Thread marco . weiss
Hope i understand you the right way... The only way to get this working is to expand the code? Regards, Marco Zitat von helix84 : > That sounds like a valid use case. I think it might be easy: > > https://github.com/DSpace/DSpace/blob/dspace-3_x/dspace-oai/src/main/java/org/dspace/xoai/data/DSp

Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-17 Thread Hilton Gibson
Also see: http://hdl.handle.net/10019.1/3161 On 17 January 2013 11:37, helix84 wrote: > That sounds like a valid use case. I think it might be easy: > > > https://github.com/DSpace/DSpace/blob/dspace-3_x/dspace-oai/src/main/java/org/dspace/xoai/data/DSpaceItem.java#L67 > > > Regards, > ~~helix

Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-17 Thread helix84
That sounds like a valid use case. I think it might be easy: https://github.com/DSpace/DSpace/blob/dspace-3_x/dspace-oai/src/main/java/org/dspace/xoai/data/DSpaceItem.java#L67 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+

Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-17 Thread marco . weiss
Hi Helix, ok dc.contributor.author was a bad example. In this case we have a UUID that is unique and i can import it in a field named dc.identifier.uuid. So how can i modify DSpace to allow multiple identifier? I asked this because i had only this idea to get the record i need. Maybe if i e

Re: [Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-17 Thread helix84
On Thu, Jan 17, 2013 at 9:37 AM, wrote: > is it possible to perform an get request on the OAI interface and > using not the handle as identifier? > Can i use a field from the metadata scheme like dc.contributor.author? I'm reading the Unique Identifier chapter of the OAI-PMH specification and it

[Dspace-tech] [KE1019161] Get record from OAI with a individual identifier

2013-01-17 Thread marco . weiss
Hi all, is it possible to perform an get request on the OAI interface and using not the handle as identifier? Can i use a field from the metadata scheme like dc.contributor.author? For example that is a working request http://10.2.46.252:8080/oai/request?verb=GetRecord&metadataPrefix=oai_dc&id