Search: Biblios not found after reindexing
Hallo I upgraded today to koha 3.18.1 using the debian packages. I noticed that the links between authority records and bibligraphic records weren't updated using koha-rebuild-zebra So I tried a full reindex: koha-rebuild-zebra -f kb I get: 16:41:54-10/12 zebraidx(4827) [warn] Couldn't open collection.abs [No such file or directory] 17:05:59-10/12 zebraidx(4827) [fatal] reckeys.c:214: Out of memory - malloc(364288000 bytes) Right now I can't search biblios any more. An authority search does fine, but the the "used in"-row shows allways 0 results. What shall I do? Beda
Hi Beda What version did you upgrade from. 3.18.x uses DOM not GRS1 for indexing, I suspect that is your problem I am going to be in a conference all day so hopefully someone else can help Chris On 11 December 2014 6:27:58 am NZDT, Beda Szukics <beda@kollegium-sarnen.ch> wrote:
Hallo
I upgraded today to koha 3.18.1 using the debian packages.
I noticed that the links between authority records and bibligraphic records weren't updated using koha-rebuild-zebra
So I tried a full reindex:
koha-rebuild-zebra -f kb
I get:
16:41:54-10/12 zebraidx(4827) [warn] Couldn't open collection.abs [No such file or directory] 17:05:59-10/12 zebraidx(4827) [fatal] reckeys.c:214: Out of memory - malloc(364288000 bytes)
Right now I can't search biblios any more.
An authority search does fine, but the the "used in"-row shows allways 0 results.
What shall I do?
Beda
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Sent from my Android device with K-9 Mail. Please excuse my brevity.
Hi Chris Am 10.12.2014 18:57, schrieb Chris Cormack:
Hi Beda
What version did you upgrade from. 3.18.x uses DOM not GRS1 for indexing, I suspect that is your problem
Mirko suggested to add: <zebra_bib_index_mode>grs1</zebra_bib_index_mode> <zebra_auth_index_mode>grs1</zebra_auth_index_mode> <zebra_lockdir>/var/lock/koha/__KOHASITE__</zebra_lockdir> <use_zebra_facets>1</use_zebra_facets> at the end of koha-conf.xml. After a new reindexing koha works as berfore. I upgraded from the latest 3.16. My use of koha is quite old. I started about 5 years ago and upgraded regulary. I guess that's why my koha still uses GRS1. Should I change to DOM? How? Thank you Beda
Hi Beda, a similar problem was reported on Bugzilla: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13396 Hope this helps, Katrin Am 10.12.2014 um 18:57 schrieb Chris Cormack:
Hi Beda
What version did you upgrade from. 3.18.x uses DOM not GRS1 for indexing, I suspect that is your problem
I am going to be in a conference all day so hopefully someone else can help
Chris
On 11 December 2014 6:27:58 am NZDT, Beda Szukics <beda@kollegium-sarnen.ch> wrote:
Hallo
I upgraded today to koha 3.18.1 using the debian packages.
I noticed that the links between authority records and bibligraphic records weren't updated using koha-rebuild-zebra
So I tried a full reindex:
koha-rebuild-zebra -f kb
I get:
16:41:54-10/12 zebraidx(4827) [warn] Couldn't open collection.abs [No such file or directory] 17:05:59-10/12 zebraidx(4827) [fatal] reckeys.c:214: Out of memory - malloc(364288000 bytes)
Right now I can't search biblios any more.
An authority search does fine, but the the "used in"-row shows allways 0 results.
What shall I do?
Beda
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Hi Katrin Am 11.12.2014 07:11, schrieb Katrin Fischer:
Hi Beda,
a similar problem was reported on Bugzilla: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13396
That is the one. I added the four lines and now searching works again. Beda
As a general rule I'd say you should look at the about page for possible configuration issues. I'm sure it mentions the problems that need to be fixed. BTW if you are on GRS1 the use_zebra_facets pref is always assumed to be set to 0. El jue, dic 11, 2014 05:43 AM, Beda Szukics <beda@kollegium-sarnen.ch> escribió: Hi Katrin Am 11.12.2014 07:11, schrieb Katrin Fischer:
Hi Beda,
a similar problem was reported on Bugzilla: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13396
That is the one. I added the four lines and now searching works again.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 11.12.2014 10:15, schrieb Tomas Cohen Arazi:
As a general rule I'd say you should look at the about page for possible configuration issues.
This page tells me I should change to DOM. How? Simply replacing <zebra_bib_index_mode> to dom? (and the same for authority). Or are there other caveats? BTW: There seems to be a little typo in the first message Der Eintrag <zebra_bib_index_mode> hat den Wert grs1. GRS-1-Unterstützung ist veraltet und wird in zukünftigen Versionen entfernt. Bitte benutzen Sie stattdessen DOM mit folgender Einstellung für <zebra_auth_index_mode> dom (vollständige Neuindexierung erforderlich.) shouldn't it be: <zebra_bib_index_mode> dom ? Beda -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (MingW32) iEYEARECAAYFAlSJdQ4ACgkQyCcPQpXgCRq3mQCgwnT9zAvYnb+zqtZHHUEgPdnh C0QAmQG/KO6GL9sVhHkQD+/tb0ljqEEQ =gai4 -----END PGP SIGNATURE-----
Beda Szukics schrieb am 11.12.2014 um
Am 11.12.2014 10:15, schrieb Tomas Cohen Arazi:
As a general rule I'd say you should look at the about page for possible configuration issues.
This page tells me I should change to DOM.
How? Simply replacing <zebra_bib_index_mode> to dom? (and the same for authority). Or are there other caveats?
No, it's a trap. Just setting it to DOM will lead to the result you have seen at the beginning (search broken). There is a page in the wiki about changing, unfortunately it is outdated. I would not switch right away. It only means GRS1 is not maintained in the future. I think we talked about custom indexes a while back, if you made changes to indexing you will have to convert those too. -- mirko
Am 11.12.2014 12:00, schrieb Mirko Tietgen:
Beda Szukics schrieb am 11.12.2014 um
Am 11.12.2014 10:15, schrieb Tomas Cohen Arazi:
As a general rule I'd say you should look at the about page for possible configuration issues.
This page tells me I should change to DOM.
How? Simply replacing <zebra_bib_index_mode> to dom? (and the same for authority). Or are there other caveats?
No, it's a trap. Just setting it to DOM will lead to the result you have seen at the beginning (search broken). There is a page in the wiki about changing, unfortunately it is outdated. I would not switch right away. It only means GRS1 is not maintained in the future.
I'll wait till there is a good instruction on how to change indexing.
I think we talked about custom indexes a while back, if you made changes to indexing you will have to convert those too.
Yes. I made a few (quite simple) additions for the specific needs of cataloguing old book according to the swiss guidelines. Beda
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 11.12.2014 11:42, schrieb Beda Szukics:
BTW: There seems to be a little typo in the first message
Der Eintrag <zebra_bib_index_mode> hat den Wert grs1. GRS-1-Unterstützung ist veraltet und wird in zukünftigen Versionen entfernt. Bitte benutzen Sie stattdessen DOM mit folgender Einstellung für <zebra_auth_index_mode> dom (vollständige Neuindexierung erforderlich.)
shouldn't it be: <zebra_bib_index_mode> dom ?
It's only in the german translation. I corrected it. Beda -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (MingW32) iEYEARECAAYFAlSJg80ACgkQyCcPQpXgCRroEQCgiiFqZwy6bYQvIre2R0Q/pzmj bZgAn1fdddeuMlStGrTpAfQKoa7lBP8i =zhUR -----END PGP SIGNATURE-----
participants (5)
-
Beda Szukics -
Chris Cormack -
Katrin Fischer -
Mirko Tietgen -
Tomas Cohen Arazi