https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19365 Bug ID: 19365 Summary: link_bibs_to_authorities.pl doesn't work with Elasticsearch Change sponsored?: --- Product: Koha Version: master Hardware: All OS: Linux Status: NEW Severity: blocker Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs@lists.koha-community.org Reporter: frank.hansen@ub.lu.se We need to run the script on daily basis to link bibliographic records to matching authority records. We know this worked with Zebra. But with Elasticsearch it don't. Our current system preference settings is the following: AutoCreateAuthorites: no. BiblioAddsAuthorities: no. UseAuthoritiesForTracing: yes. CatalogModuleRelink: yes. LinkerKeepStale: yes. LinkerModule: Default. LinkerOptions: broader_headings LinkerRelink: yes In the future we want to AutoCreateAuthorites when matching authority headings does not exist. The link_bibs_to_authorities.pl runs normally with no errors but no bibliographic records are linked to matching authority records. Here is tha last reports: Bib authority heading linking report ======================================================= Linker module: C4::Linker::Default Run started at: 09/24/17 06:25:04 Run ended at: 09/25/17 07:53:13 Total run time: 91688923 ms Number of bibs checked: 654037 Number of bibs modified: 0 Number of bibs with errors: 0 Number of headings linked: 0 Number of headings unlinked: 178717 Number of headings fuzzily linked: 1598619 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.