You can't yet. As I said, you should leave Zebra running. Koha will update Elastic and Zebra. Zebra still provides the Z3950 engine, and scripts that haven't been ported to Elastic yet like the one you mention still need zebra Chris On 18/04/17 14:06, Abdulsalam Yousef wrote:
So, How can we use scripts like (link_bibs_to_authorities.pl <http://link_bibs_to_authorities.pl>) with ElasticSearch?
When using it, We get this error
oAuth error: Connect failed (10000) unix:/var/run/koha/zebradb/authoritysocket ZOOM
On Mon, Apr 17, 2017 at 11:29 PM, Abdulsalam Yousef <ayousef@kwareict.com <mailto:ayousef@kwareict.com>> wrote:
Hello All,
We would like to know the alternative path of (authorityserver&biblioserver) in koha-conf.xml file for ElasticSearch instead of the following Zebra path here
<listen id="biblioserver" >unix:/var/run/koha/zebradb/bibliosocket</listen> <listen id="authorityserver" >unix:/var/run/koha/zebradb/authoritysocket</listen>
Thanks in advance.