[Koha] How are authority records connected with biblio records ?

2017-08-03 Thread David Holoshka
Hi, I am migrating several million records from an existing vtls system to koha. We are using mariadb, koha 17.05 (have pulled from master yesterday ), elastic search 5.4 and plack on debian systems. As I wanted to preserve all the authority to biblio record links I wrote my own migration

[Koha] Getting Elastic search 5.X working with authority searching and presentation in the Koha staff intranet

2017-08-10 Thread David Holoshka
Hi, We would like to see this feature working. Do we just report what is not working in Bugzilla and submit patches for the items or is their some kind of coordination with other people that we need to take into account ? Is there a plan or roadmap for elastic search work or do we just do

Re: [Koha] How are authority records connected with biblio records ?

2017-08-09 Thread David Holoshka
Hi , Thanks for your answer Chris. Is there some kind of plan / road map to get it working or should I just go ahead and try to fix it in a side branch of my own ? Is anyone coordinating the work for this ? Best Regards, Dave On 08/03/2017 10:42 PM, Chris Cormack wrote: * David

Re: [Koha] How are authority records connected with biblio records ?

2017-08-09 Thread David Holoshka
Hi Micheal, I originally tried the script link_bibs_to_authorities.pl but there were two issues with it: 1. After running for days it would use up all available memory and stop working 2. It does not preserve the links we have today between auths and biblios but does its best to connect

Re: [Koha] when will koha master work with elastic search 5.X

2017-05-17 Thread David Holoshka
ronment? i.e. type of Koha install (assuming dev instal) MARC21/UNIMARC, OS, Catmandu/ES dependency versions? -Nick On Tue, May 16, 2017 at 8:54 AM David Holoshka <david.holos...@ub.lu.se <mailto:david.holos...@ub.lu.se>> wrote: > Nau Mai, > >

[Koha] when will koha master work with elastic search 5.X

2017-05-16 Thread David Holoshka
Nau Mai, I am working with migrating an vtls ILS to koha for a uni library. Mostly I have been recoding and optimizing some old bywater scripts and some koha import utilities to import our 3.2 M+ holdings into koha. We are trying to run koha master with elastic search due to performance

[Koha] Is zebra server needed when using Elastic Search with 17.11-02 ?

2018-06-04 Thread David Holoshka
Hi, Starting from version 17.11-02 we have made extensive changes to koha to get elastic search working in koha.   We don't run the zebra server but we see an error in the about box saying that it is not running.  Everything seems to work but we are wondering what functions need zebra even

[Koha] OAI-PMH missing code in Repository.pm ?

2018-10-17 Thread David Holoshka
Hi, The code that 'prints' the html code to the browser seems to be missing from the new sub in Repository.pm or where it is created in oai.pl.  There was an update in the HTTP::OAI classes on cpanm that cause koha runtime errors when harvesters try to access oai. The required info is