[Koha-bugs] [Bug 20073] Move Elasticsearch settings to configuration files

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 19 13:49:31 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20073

Nicolas Legrand <nicolas.legrand at bulac.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #11 from Nicolas Legrand <nicolas.legrand at bulac.fr> ---
Hey Ere,

my install (Unimarc, ES 5.2.8) failed at step 6.

I can index and find books on master. With 20073 applied The index seems to
work, I don't have deprecated messages as on master. But I can't find anything,
my index is empty:

$ curl http://localhost:9200/_cat/indices?v
health status index                  uuid                   pri rep docs.count
docs.deleted store.size pri.store.size
yellow open   koha_robin_biblios     oDy7ppLWTkS4uOeta1KijA   5   1          0 
          0       810b           810b
yellow open   koha_robin_authorities TFRTgnFYTCusa9pTuTI35Q   5   1       3865 
          0      6.9mb          6.9mb

On master, it is filled as it should:

$ curl http://localhost:9200/_cat/indices?v
health status index                  uuid                   pri rep docs.count
docs.deleted store.size pri.store.size
yellow open   koha_robin_authorities 0vd2mF0aTWCyvsKtQlrkhw   5   1       3865 
          0      4.9mb          4.9mb
yellow open   koha_robin_biblios     hto7dbqNSSSN3Y4IG0FK0Q   5   1        856 
          0       10mb           10mb

Or maybe I am missing something?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list