Installing ElasticSearch
My library is trying to replace the Zebra search engine with ElasticSearch. The instructions on the Koha Community website are incomplete or outdated. Can anyone suggest how to install ElasticSearch? Many thanks. -- 気を付けて。 /ki wo tukete/ = Take care. -- Charles. Charles Kelley, MLS PSC 704 Box 1029 APO AP 96338 Charles Kelley Tsukimino 1-Chome 5-2 Tsukimino Gaadenia #210 Yamato-shi, Kanagawa-ken 〒242-0002 JAPAN +1-301-741-7122 [US cell] +81-80-4356-2178 [JPN cell] mnogojazyk@aol.com [h] cmkelleymls@gmail.com [p] linkedin.com/in/cmkelleymls <http://www.linkedin.com/in/cmkelleymls> Meeting Your Information Needs. Virtually.
Morning Charles, We suggest to use zebra for a while. but here you have: 1. DownLoad Elastic Search: https://www.elastic.co/downloads/ 2. Also Must Download Kibana 3. After downloading, just go to the Download Folder, click de files and select: Extract to here if you wish, create a folder first (we use ELK) and put there kibana (create a folder) and elasticsearch (create a folder) 4. You have to start elasticsearch and kibana: your path/bin/ ./elasticsearch your path/bin/ ./kibaba Elasticsearch uses port 9200, and kibana 5201 On your browser : 127.0.0.1:9200 to see if it works or you can use curl (better use browser). This is the easiest way. El lun., 14 de sep. de 2020 a la(s) 01:51, Charles Kelley ( cmkelleymls@gmail.com) escribió:
My library is trying to replace the Zebra search engine with ElasticSearch. The instructions on the Koha Community website are incomplete or outdated. Can anyone suggest how to install ElasticSearch?
Many thanks.
--
気を付けて。 /ki wo tukete/ = Take care.
-- Charles.
Charles Kelley, MLS PSC 704 Box 1029 APO AP 96338
Charles Kelley Tsukimino 1-Chome 5-2 Tsukimino Gaadenia #210 Yamato-shi, Kanagawa-ken 〒242-0002 JAPAN
+1-301-741-7122 [US cell] +81-80-4356-2178 [JPN cell]
mnogojazyk@aol.com [h] cmkelleymls@gmail.com [p]
linkedin.com/in/cmkelleymls <http://www.linkedin.com/in/cmkelleymls> Meeting Your Information Needs. Virtually. _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
-- *Luis Moisés Rojas P.*
Le lun. 14 sept. 2020 à 07:51, Charles Kelley <cmkelleymls@gmail.com> a écrit :
My library is trying to replace the Zebra search engine with ElasticSearch. The instructions on the Koha Community website are incomplete or outdated. Can anyone suggest how to install ElasticSearch?
I think this section is the right one if your using debian packages : https://wiki.koha-community.org/wiki/Koha_on_Debian#Elasticsearch If ES is installed on a different server, you'll have to update the <server> entry in the <elasticsearch> section of koha-conf.xml. がんばって! Good luck!
Hello Nicolas, As we said to Charlies, stay with zebra for a while But, here you have: 0. Remember ElasticSearch use port 9200 and kibana: 5201 1. if you like, first create a folder (ELK) and two subfolders (one for elasticsearch and one for kibana) 2. Download both (https://www.elastic.co/downloads/) 3. On each file click and use: Extract to here 4. If you wish rename the ES and Kibana and placed them in the ELK 5. To start ES and KIBANA yourpath_for_ES/bin/ ./elasticsearch yourpath_for_Kibana/bin/ ./kibana 6. Remember: you have to change in the administration (Koha) to use: ElasticSearch. 7. One problem: we still have problems when we try to use some search. <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Libre de virus. www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> El lun., 14 de sep. de 2020 a la(s) 09:48, Nicolas Legrand ( nicolas.legrand@bulac.fr) escribió:
Le lun. 14 sept. 2020 à 07:51, Charles Kelley <cmkelleymls@gmail.com> a écrit :
My library is trying to replace the Zebra search engine with ElasticSearch. The instructions on the Koha Community website are incomplete or outdated. Can anyone suggest how to install ElasticSearch?
I think this section is the right one if your using debian packages :
https://wiki.koha-community.org/wiki/Koha_on_Debian#Elasticsearch
If ES is installed on a different server, you'll have to update the <server> entry in the <elasticsearch> section of koha-conf.xml.
がんばって! Good luck! _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
-- *Luis Moisés Rojas P.*
Hiya Luis, Le lun. 14 sept. 2020 à 16:00, Luis Moises Rojas <lmoisesrojas@gmail.com> a écrit :
Hello Nicolas,
As we said to Charlies, stay with zebra for a while
Why not. But he seems to have difficulties with CJK and other non latin scripts. My experience with Zebra is that it is quite hard to handle all scripts and to match similar glyphs, whereas it's very easy with ES. But I may have missed some points.
But, here you have:
0. Remember ElasticSearch use port 9200 and kibana: 5201
1. if you like, first create a folder (ELK) and two subfolders (one for elasticsearch and one for kibana) 2. Download both (https://www.elastic.co/downloads/) 3. On each file click and use: Extract to here 4. If you wish rename the ES and Kibana and placed them in the ELK 5. To start ES and KIBANA yourpath_for_ES/bin/ ./elasticsearch yourpath_for_Kibana/bin/ ./kibana
6. Remember: you have to change in the administration (Koha) to use: ElasticSearch.
7. One problem: we still have problems when we try to use some search.
Maybe I'm an old UNIX person :D, but I understand the wiki doc better. If I had to install ES directly, I would also prefer to use the ES debian repositories: like this (as it is also with the koha repos) the start scripts are handled by systemd and started with the machine, and not manually. Anyway, I hope Charles will find an option that suits him, whatever it is :). Best regards, -- Nicolas
participants (3)
-
Charles Kelley -
Luis Moises Rojas -
Nicolas Legrand