Web Installer › Step 3
mandatory data added
- authorities_normal_marc21.sql
- class_sources.sql
- marc21_framework_DEFAULT.sql
- message_transport_types.sql
- stopwords.sql
- subtag_registry.sql
- sysprefs.sql
- userflags.sql
- userpermissions.sql
optional data added
- auth_val.sql
- marc21_default_matching_rules.sql
- marc21_fastadd_framework.sql
- marc21_holdings_coded_values.sql
- marc21_simple_bib_frameworks.sql
- parameters.sql
- patron_categories.sql
- sample_budgets.sql
- sample_holidays.sql
- sample_itemtypes.sql
- sample_labels.sql
- sample_libraries.sql
- sample_news.sql
- sample_notices_message_attributes.sql
- sample_notices_message_transports.sql
ERROR
1452 (23000) at line 1: Cannot add or update a child row: a foreign key
constraint fails (`koha`.`message_transports`, CONSTRAINT
`message_transports_ibfk_3` FOREIGN KEY (`letter_module`,
`letter_code`) REFERENCES `letter` (`module`, `code`) ON DELETE CASCADE
ON UPDATE CASCADE)
- sample_patrons.sql
- sample_z3950_servers.sql
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: