From 7382cc3158421e2c40465ef574fd807e633234aa Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 20 Apr 2011 18:37:06 -0400 Subject: [PATCH] bug 6227: remove search engine question from installer NoZebra mode is deprecated. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack --- installer/install.pl | 5 +-- .../prog/en/modules/installer/step3.tt | 36 +------------------ 2 files changed, 2 insertions(+), 39 deletions(-) diff --git a/installer/install.pl b/installer/install.pl index 5fac1f6160..687d35e034 100755 --- a/installer/install.pl +++ b/installer/install.pl @@ -188,6 +188,7 @@ elsif ( $step && $step == 3 ) { } elsif ( $op && $op eq 'finish' ) { $installer->set_version_syspref(); + $installer->set_indexing_engine(0); # use Zebra # Installation is finished. # We just deny anybody access to install @@ -195,10 +196,6 @@ elsif ( $step && $step == 3 ) { # The installer will have to relogin since we do not pass cookie to redirection. $template->param( "$op" => 1 ); } - elsif ( $op && $op eq 'SetIndexingEngine' ) { - $installer->set_indexing_engine($query->param('NoZebra')); - $template->param( "$op" => 1 ); - } elsif ( $op && $op eq 'addframeworks' ) { # # 1ST install, 3rd sub-step : insert the SQL files the user has selected diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt index 208c7f95ca..9db885ab91 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt @@ -180,41 +180,7 @@ [% END %] [% END %] -

Choose indexing engine

-

Searching Koha's bibliographic and authorities databases can be accomplished in two ways: - Koha can utilize a textual index engine (Zebra) or use its own internal indexing scheme (NoZebra). -

-

You can change your selection after installation and re-index accordingly.

-

Zebra

-
    -
  • Is highly scalable (can scale to tens of millions of bibliographic records. Examples of - Zebra Koha installations include: - http://catalog.ccfls.org/cgi-bin/koha/opac-main.pl or - http://www.mediathequeouestprovence.fr/) -
  • -
  • Native support for Z39.50 and SRU servers for bibliographic and authority data
  • -
  • Support for field-weighting, relevance ranking, truncation, stemming
  • -
  • Arbitrarily complex queries
  • -
  • Can be complex to configure and maintain
  • -
-

NoZebra (internal Koha indexes)

-
    -
  • Simple to configure and maintain
  • -
  • Hasn't been tested with data sets larger than 100,000 records
  • -
  • Does not provide a public (external) z3950 server
  • -
-

Note that, if you choose "Zebra", you must configure Zebra before your catalog searching will work)

-

Please Choose:

-
- - -

Nozebra: my catalog is not that large and I want something simple to setup/maintain

-

Zebra: I have a large catalog, I understand I must configure Zebra after the installation has completed

-
- -[% END %] - -[% IF ( SetIndexingEngine ) %] +

All done!

Installation complete.

Click on Finish to complete and load the Koha Staff Interface.

-- 2.39.5