Bug 35794 - Better docs for switching from Zebra to Elasticsearch
Summary: Better docs for switching from Zebra to Elasticsearch
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Documentation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-12 15:17 UTC by Magnus Enger
Modified: 2024-09-03 06:08 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Magnus Enger 2024-01-12 15:17:58 UTC
The documentation around the SearchEngine syspref bsically says "Use following search engine [Zebra|Elasticsearch]", both in the manual and in the syspref interface: 

https://koha-community.org/manual/latest/en/html/administrationpreferences.html#searchengine

But in order for things to work properly there are at least a couple of things that need to be started on the server: 

- koha-es-indexer 
- koha-worker --queue elastic_index

This might be documented somewhere that I am be missing, but I think there should be at least a hint about these things both in the manual and in the syspref interface.
Comment 1 David Cook 2024-09-03 02:13:00 UTC
Yeah, I've been thinking about this a bit lately as well. Good idea.
Comment 2 Magnus Enger 2024-09-03 06:08:46 UTC
"koha-worker --queue elastic_index" should not be used, though. Only "koha-es-indexer".