Nope, MARC21. I verified that Elasticsearch contains my records: $ curl 'http://localhost:9200/koha_robin_biblios/data/1?pretty' { "_index" : "koha_robin_biblios", "_type" : "data", "_id" : "1", "_version" : 1, "found" : true, "_source":{"record":...,"_id":"1"} }
Trying to debugging a search with "perl -d", it seems that the query is not correctly passed to Elasticsearch, because it always returns no results. Some hints for a better debug? Thx again. Stefano > On 23 giu 2016, at 22:24, Chris Cormack <ch...@bigballofwax.co.nz> wrote: > > Hi Stefano > > I wonder if this is a bug in the UNIMARC support, are you using UNIMARC? > > Chris > > On 24 June 2016 at 04:01, <bargi...@pusc.it> wrote: >> Thx, Mark, everything is fine, including the rebuild_elastic_search.pl. >> Now Elasticsearch contains my ~1000 bib records. >> But no results from searches in Koha, both opac and staff; and nothing in >> /var/log/koha, unfortunately. >> Any idea? >> Stefano >> >>> On 23 giu 2016, at 13:08, Mark Tompsett <mtomp...@hotmail.com> wrote: >>> >>> Greetings, >>> >>> While working on >>> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16618, I had >>> issues installing underlying Elastic Search libraries too. This is how I >>> solved them, though this may >>> or may not be the best way. >>> >>> --- BEGIN SNIPPET --- >>> And in case you didn't have elastic search stuff installed: >>> echo deb http://packages.elastic.co/elasticsearch/1.7/debian stable main | >>> sudo tee /etc/apt/sources.list.d/elasticsearch.list >>> wget -O- https://packages.elastic.co/GPG-KEY-elasticsearch | sudo apt-key >>> add - >>> sudo apt-get update >>> >>> cd ~ >>> wget >>> http://debian.koha-community.org/koha/otherthings/elasticsearch_deps.tar.gz >>> tar xvf elasticsearch_deps.tar.gz >>> cd es_deps >>> sudo dpkg i lib* >>> sudo apt-get install -f >>> --- END SNIPPET --- >>> >>> GPML, >>> Mark Tompsett >>> >>> >>>> Hi, >>>> I'd like to show Koha running with Elasticsearch at the incoming KohaLa's >>>> Symposium in Lyon. >>>> I have a Debian 8.5 + Koha 16.05 virtual machine. >>>> Following [1] and [2], I installed Elasticsearch. >>>> However, installing related Perl modules, I get this error (translated >>>> from Italian): >>>> >>>> libsearch-elasticsearch-perl depends on liblog-any-perl (>= 1.02); but: >>>> installed version of liblog-any-perl is 0.15-1. >>>> >>>> There is something about liblog-any-perl >0.15-1 in [3], but it seems not >>>> stable. >>>> >>>> Any help? >>>> Thx. Stefano >>>> >>>> [1] https://wiki.koha-community.org/wiki/Elasticsearch >>>> [2] http://debian.koha-community.org/koha/otherthings/ >>>> [3] https://packages.debian.org/search?keywords=liblog-any-perl >> _______________________________________________ >> Koha-devel mailing list >> Koha-devel@lists.koha-community.org >> http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel >> website : http://www.koha-community.org/ >> git : http://git.koha-community.org/ >> bugs : http://bugs.koha-community.org/ > _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/