Print

Print


Solr with Koha? Now you have 2 problems.

I setup Koha to use Blacklight. I was fairly easy.It's been awhile, but if
I recall, I added a single-column table in Koha to queue bibkeys. Then I
added a db trigger to the bib table to add bibkeys to the queue table
whenever there was an create/update/delete performed on a row. Then I setup
a service that queried the database queue table, got bibkeys needing
creation/update/deletion, pulled the MARC from Koha's REST api,  indexed
their MARC into Solr, and then delete the bibkeys from the queue.




On Fri, May 30, 2014 at 12:47 AM, Chris Cormack <[log in to unmask]>
wrote:

> On 30 May 2014 05:21, Boyd, Evan <[log in to unmask]> wrote:
>
> > The "forked" versions of Koha from LibLime/PTFS use a Solr index. They
> may
> > have some insight.
> >
> >
> > Yeah, thats a 5 year old fork (no need for "" no one in their right mind
> would claim it anything other than a fork), so it probably wont be much use
> for actual Koha, id just export them as MARCXML as Andrew mentioned. Or
> look at the elastic search code in Koha which makes use of Catmandu, you
> could use Catmandu to do the same for Solr
>
>  http://search.cpan.org/~nics/Catmandu-0.01/lib/Catmandu/Store/Solr.pm
>
> Chris
>
>
> >  evan
> >
> > -----Original Message-----
> > From: Code for Libraries [mailto:[log in to unmask]] On Behalf Of
> > Riley Childs
> > Sent: Wednesday, May 28, 2014 10:22 PM
> > To: [log in to unmask]
> > Subject: [CODE4LIB] Solr and Koha
> >
> > Does anybody have any direction about how to get koha export to solr so
> it
> > can be utilized by black light, server power is not an issue (if needed I
> > can dedicate one to it). Has anyone done this if so...benefits,
> > disadvantages? We have a collection of 10000 books (small but growing).
> >
> > Honestly this is just something to do as a learning experience, but if I
> > commit, I commit!
> >
> >
> > Thx!
> > //Riley
> >
> > Riley Childs
> > Student
> > Asst. Head of IT Services
> > Charlotte United Christian Academy
> > (704) 497-2086
> > RileyChilds.net
> > Sent from my Windows Phone, please excuse mistakes
> >
>