Bug 12478 - pile of elasticsearch code
authorRobin Sheat <robin@catalyst.net.nz>
Tue, 16 Sep 2014 05:38:43 +0000 (17:38 +1200)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Tue, 26 Apr 2016 20:20:03 +0000 (20:20 +0000)
commit7dbd13e66f0ada4f0a4fa116f08def230a7858bf
tree0a413eb5f40c6e1ec0a3ddab2a1ac265295772b7
parent95dabf4bfd15f6aed149c17546c00083063a01c1
Bug 12478 - pile of elasticsearch code

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jesse Weaver <jweaver@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
18 files changed:
C4/Biblio.pm
C4/Search.pm
Koha/ElasticSearch.pm [new file with mode: 0644]
Koha/ElasticSearch/Indexer.pm [new file with mode: 0644]
Koha/ElasticSearch/Search.pm [new file with mode: 0644]
Koha/Schema/Result/ElasticsearchMapping.pm [new file with mode: 0644]
Koha/SearchEngine/Elasticsearch/QueryBuilder.pm [new file with mode: 0644]
Koha/SearchEngine/Zebra/Search.pm [new file with mode: 0644]
Koha/Template/Plugin/Price.pm
installer/data/mysql/elasticsearch_mapping.sql [new file with mode: 0644]
installer/data/mysql/kohastructure.sql
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref
misc/search_tools/rebuild_elastic_search.pl [new file with mode: 0755]
opac/elasticsearch.pl [new file with mode: 0755]
opac/opac-search.pl
t/Koha_ElasticSearch.t [new file with mode: 0644]
t/Koha_ElasticSearch_Indexer.t [new file with mode: 0644]
t/Koha_ElasticSearch_Search.t [new file with mode: 0644]