Bug 12478 - pile of elasticsearch code
authorRobin Sheat <robin@catalyst.net.nz>
Tue, 16 Sep 2014 05:38:43 +0000 (17:38 +1200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 26 Apr 2016 12:52:52 +0000 (09:52 -0300)
commit036f273d79dadc81878587e9228aef478980ba6e
tree553bb60b00e52ed2bfa6e49bb060f40936cf34ef
parented70f11e84e146797eae311ec324b144838df4f6
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>
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]