Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Jonathan Druart 623f3a2c84 Bug 8233 : SearchEngine: Add a Koha::SearchEngine module
First draft introducing solr into Koha :-)

List of files :
  $ tree t/searchengine/
  t/searchengine
  |-- 000_conn
  |   `-- conn.t
  |-- 001_search
  |   `-- search_base.t
  |-- 002_index
  |   `-- index_base.t
  |-- 003_query
  |   `-- buildquery.t
  |-- 004_config
  |   `-- load_config.t
  `-- indexes.yaml
  just do `prove -r t/searchengine/**/*.t`

  t/lib
  |-- Mocks
  |   `-- Context.pm
  `-- Mocks.pm
  provide a mock to SearchEngine syspref (set_zebra and set_solr).

  $ tree Koha/SearchEngine
  Koha/SearchEngine
  |-- Config.pm
  |-- ConfigRole.pm
  |-- FacetsBuilder.pm
  |-- FacetsBuilderRole.pm
  |-- Index.pm
  |-- IndexRole.pm
  |-- QueryBuilder.pm
  |-- QueryBuilderRole.pm
  |-- Search.pm
  |-- SearchRole.pm
  |-- Solr
  |   |-- Config.pm
  |   |-- FacetsBuilder.pm
  |   |-- Index.pm
  |   |-- QueryBuilder.pm
  |   `-- Search.pm
  |-- Solr.pm
  |-- Zebra
  |   |-- QueryBuilder.pm
  |   `-- Search.pm
  `-- Zebra.pm

How to install and configure Solr ?
  See the wiki page: http://wiki.koha-community.org/wiki/SearchEngine_Layer_RFC

http://bugs.koha-community.org/show_bug.cgi?id=8233
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
2012-07-06 16:51:58 +02:00
..
acqui Bug 5345: DataTables integration in acquisition module [5] 2012-06-26 18:00:06 +02:00
admin Bug 8233 : SearchEngine: Add a Koha::SearchEngine module 2012-07-06 16:51:58 +02:00
authorities Bug 8241 - Remove stray references to YUI autocomplete 2012-06-25 16:22:46 +02:00
basket
batch
catalogue Bug 8217: Followup: move code to the document.ready function 2012-06-29 16:49:32 +02:00
cataloguing Bug 8191 : Adding a new value to 8 position of coded data field 100 2012-06-25 18:23:24 +02:00
circ Revert "Bug 7444: Update circ/circulation.pl to use KohaDates TT Plugin" 2012-06-29 17:17:47 +02:00
errors
help Bug 7368 - General staff client typo omnibus 2012-06-25 17:59:29 +02:00
installer
labels Bug 8181 [REVISED] Replace DynArch calendar widget with jQueryUI version 2012-06-25 18:26:26 +02:00
members Bug 8319: Update headings on Patron Statistics tab 2012-06-28 14:09:10 +02:00
offline_circ
patroncards
reports Bug 8181 [REVISED] Replace DynArch calendar widget with jQueryUI version 2012-06-25 18:26:26 +02:00
reserve Bug 8181 [REVISED] Replace DynArch calendar widget with jQueryUI version 2012-06-25 18:26:26 +02:00
reviews Bug 8143 [REVISED] Upgrade jQuery tabs to current jQueryUI version 2012-06-10 15:22:58 +02:00
rotating_collections
serials Bug 7905: display serial notes on several lines 2012-06-27 15:29:33 +02:00
services
sms
suggestion Bug 8181 [REVISED] Replace DynArch calendar widget with jQueryUI version 2012-06-25 18:26:26 +02:00
tags Bug 8181 [REVISED] Replace DynArch calendar widget with jQueryUI version 2012-06-25 18:26:26 +02:00
test
tools Bug 8202: Add authority export to tools/export.pl 2012-07-04 16:21:06 +02:00
virtualshelves Bug 8143 [REVISED] Upgrade jQuery tabs to current jQueryUI version 2012-06-10 15:22:58 +02:00
z3950
about.tt Bug 8313 - add ASHS to 'Koha team' page, for sponsorship of the 'star-ratings' feature 2012-06-28 14:10:12 +02:00
auth.tt
intranet-main.tt Bug 8160 - Link to cataloging appears for users without cataloging permission 2012-06-05 16:01:42 +02:00