Koha/koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins
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
..
treetable [biblibre-newacq](bug #3611) fix user interface and others 2009-09-30 11:30:34 +02:00
ajaxfileupload.js MARC import: part 1 of adding support for large files 2007-11-25 16:43:10 -06:00
dataTables.fnReloadAjax.js Bug 7977: Quote-of-the-day (QOTD) Feature for OPAC 2012-05-24 14:14:05 +02:00
humanmsg.js Bug 6235 : Corrects the behaviour of the humanmsg box on IE8 and IE7. 2011-08-11 12:11:45 +12:00
jquery.checkboxes.min.js More changes to implement jQuery upgrade. 2009-07-14 07:08:18 -04:00
jquery.cookie.min.js Fix for Bug 3659, Add place hold option from patron checkout tab 2011-03-15 15:48:09 +13:00
jquery.dataTables.min.js Bug 7977: Upgrading DataTables library to 1.9.1 2012-05-24 14:13:55 +02:00
jquery.fixFloat.js Bug 7135 - in addbiblio, make save button floating to have it on always on screen 2011-12-14 15:52:55 +01:00
jquery.highlight-3.js Bug 3056 - replace span hacking for terms in C4::Search 2009-07-29 22:06:55 -04:00
jquery.hotkeys.min.js More changes to implement jQuery upgrade. 2009-07-14 07:08:18 -04:00
jquery.hoverIntent.minified.js Ticket 1110 : Balance carts and lists 2009-09-30 11:30:41 +02:00
jquery.qtip.js [biblibre-newacq](bug #3611) fix user interface and others 2009-09-30 11:30:34 +02:00
jquery.tablesorter.min.js Swapping tablesorter version. GZipped version may have been responsible for errors in Internet Explorer. Change to usermenu.inc is whitespace only, for proper display in IE. 2008-05-13 17:40:28 -05:00
jquery.tablesorter.pager.js (MT #1654) Adding jquery.tablesorter and jquery.tablesorter.pager support for authorised_values.pl 2010-12-21 21:18:11 +13:00
jquery.textarea-expander.js Bug 8233 : SearchEngine: Add a Koha::SearchEngine module 2012-07-06 16:51:58 +02:00
jquery.treeview.pack.js added jQuery plugin Treeview 1.4.0 2008-04-10 15:54:23 -05:00
jquery.uitablefilter.js Add jquery.uitablefilter.js 2010-12-15 11:01:00 +00:00
myshadow.png
tablednd.js Bug 8233 : SearchEngine: Add a Koha::SearchEngine module 2012-07-06 16:51:58 +02:00