You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Miguel Coxo <mf...@gmail.com> on 2009/03/25 20:30:29 UTC

SRW/U and OAI-PMH servers over solr

Hello there,

I'm looking for a way to implement SRW/U and a OAI-PMH servers over solr,
similar to what i have found here:
http://marc.info/?l=solr-dev&m=116405019011211&w=2 . Well actually if it is
decoupled (not a plugin) would be ok, if not better =).

I wanted to know if anyone knows if there is something available out there
that accomplishes this.

For what i have found so far, OCLC has both server implementations
available. I haven't looked too deep into the SRW/U one, but the OAI-PMH can
be configured to work with solr (by implementing a class that does the
actual calls to the data provider).

Any information that you guys can provide is welcome =).

-- 
All the best, Miguel Coxo.

Re: SRW/U and OAI-PMH servers over solr

Posted by Miguel Coxo <mf...@gmail.com>.
How can i access your oai interface (server) ?


On Wed, Mar 25, 2009 at 9:01 PM, Ryan McKinley <ry...@gmail.com> wrote:

> I implemented OAI-PMH for solr a few years back for the Massachusetts
> library system...  it appears not to be running right now, but check...
> http://www.digitalcommonwealth.org/
>
> It would be great to get that code revived and live open source somewhere.
>  As is, it uses a pre 1.3 release that was patched to do support modifiable
> fields.  (If I did it again, I would suggest keeping a parallel SQL database
> for some of this stuff)
>
> ryan
>
>
>
> On Mar 25, 2009, at 3:30 PM, Miguel Coxo wrote:
>
>  Hello there,
>>
>> I'm looking for a way to implement SRW/U and a OAI-PMH servers over solr,
>> similar to what i have found here:
>> http://marc.info/?l=solr-dev&m=116405019011211&w=2 . Well actually if it
>> is
>> decoupled (not a plugin) would be ok, if not better =).
>>
>> I wanted to know if anyone knows if there is something available out there
>> that accomplishes this.
>>
>> For what i have found so far, OCLC has both server implementations
>> available. I haven't looked too deep into the SRW/U one, but the OAI-PMH
>> can
>> be configured to work with solr (by implementing a class that does the
>> actual calls to the data provider).
>>
>> Any information that you guys can provide is welcome =).
>>
>> --
>> All the best, Miguel Coxo.
>>
>
>


-- 
Cumprimentos, Miguel Coxo.

Re: SRW/U and OAI-PMH servers over solr

Posted by Ryan McKinley <ry...@gmail.com>.
I implemented OAI-PMH for solr a few years back for the Massachusetts  
library system...  it appears not to be running right now, but  
check...  http://www.digitalcommonwealth.org/

It would be great to get that code revived and live open source  
somewhere.  As is, it uses a pre 1.3 release that was patched to do  
support modifiable fields.  (If I did it again, I would suggest  
keeping a parallel SQL database for some of this stuff)

ryan


On Mar 25, 2009, at 3:30 PM, Miguel Coxo wrote:

> Hello there,
>
> I'm looking for a way to implement SRW/U and a OAI-PMH servers over  
> solr,
> similar to what i have found here:
> http://marc.info/?l=solr-dev&m=116405019011211&w=2 . Well actually  
> if it is
> decoupled (not a plugin) would be ok, if not better =).
>
> I wanted to know if anyone knows if there is something available out  
> there
> that accomplishes this.
>
> For what i have found so far, OCLC has both server implementations
> available. I haven't looked too deep into the SRW/U one, but the OAI- 
> PMH can
> be configured to work with solr (by implementing a class that does the
> actual calls to the data provider).
>
> Any information that you guys can provide is welcome =).
>
> -- 
> All the best, Miguel Coxo.