[Koha-bugs] [Bug 7430] New: ModZebra should not be in C4::Biblio

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 9 21:22:40 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7430

             Bug #: 7430
           Summary: ModZebra should not be in C4::Biblio
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
        AssignedTo: jcamins at cpbibliography.com
        ReportedBy: jcamins at cpbibliography.com
         QAContact: ian.walls at bywatersolutions.com


ModZebra is currently in C4::Biblio. This is not a logical place for it, since
ModZebra is also used for modifying authorities. The logical place to have that
functionality is in Koha::Search::Engine to help prepare us for the solr
integration. I propose breaking the ModZebra code into separate parts for
NoZebra and Zebra (in Koha::Search::Engine::NoZebra and
Koha::Search::Engine::Zebra, respectively), and have
Koha::Search::Engine::add_to_index_queue dispatch to the appropriate engine.
C4::Biblio can remain as a wrapper around
Koha::Search::Engine::add_to_index_queue for legacy scripts.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list