[Koha-bugs] [Bug 12478] Elasticsearch support for Koha

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 2 22:42:06 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478

Brendan Gallagher <brendan at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brendan at bywatersolutions.co
                   |                            |m

--- Comment #201 from Brendan Gallagher <brendan at bywatersolutions.com> ---
(In reply to Jonathan Druart from comment #199)
> I would like to get other opinions on the discussion on comment 38 and
> comment 39 about the idea to reuse existing search scripts and templates.
> IMO it will be a mess in a near future:
> 1/ we will want to implement things for ES, not supported by Zebra
> 2/ at some point the features already implemented for Zebra won't be
> available for ES
> => We will have to write switch (if se=='es' {} elsif se == 'zebra')
> everywhere.


A sort of road map that I have in mind (and yes I'll back that up with funding
etc.)

1. Get Elastic into Koha (marked as experimental) - making sure that we aren't
breaking anything with Zebra!  (that's the main testing we need now)
2. Elasticsearch talks JSON
3. As we want to develop new features that are ES centric and not Zebra - we
split those off
4. Meaning we can build a new frontend for it, that uses elasticsearch to
search, and the restful api to get records. 
5. New Frontend for it - that is not C4::Search (no one really wants to work
that anymore).
6. introducing the Catmandu libraries into Koha should be a good thing - we can
start to explore RDF etc.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list