Re: [Koha] Indexing problem

2019-10-17 Thread Dibyendra Hyoju
Hello All, I have been able to index the database by adding the following lines on the record.abs file: melm 090$c Local-number:n,Local-Number:w,Local-Number:s melm 090$d biblioitemnumber:n, biblioitemnumber:w, biblioitemnumber:s I took the reference from the following link:

[Koha] Indexing problem

2019-10-17 Thread Dibyendra Hyoju
Hello All, I have records in the Koha with biblionumber and biblionumber fields mapped to 090$c and 090$d marc fields. BIBLIONUMBER in : 090$c BIBLIOITEMNUMBER in : 090$d I couldn't index the records as these fields have not been set up properly in the record.abs file. Could anyone provide

Re: [Koha] Koha Indexing Problem 18.05.01

2018-07-25 Thread Magnus Enger
On Sun, 22 Jul 2018 at 19:24, Michael Kuhn wrote: > > Not quite. The default behaviour of koha-rebuild-zebra is to only > > index the records in the zebraqueue db table that have been marked as > > "not done". These are typically records that have been added ot > > updated since the last time

Re: [Koha] Koha Indexing Problem 18.05.01

2018-07-22 Thread Michael Kuhn
Hi Magnus >> In fact I don't know anyway what happens if you use "-f -a -b" since >> "-f" means the same as "-a -b". From "man koha-rebuild-zebra": >> >> -f, --full >> Does a reindex of the whole collection. >> >> -a, --authorities >> Only run the indexing process for authority

Re: [Koha] Koha Indexing Problem 18.05.01

2018-07-22 Thread Magnus Enger
On Sun, 22 Jul 2018 at 18:21, Michael Kuhn wrote: ... > In fact I don't know anyway what happens if you use "-f -a -b" since > "-f" means the same as "-a -b". From "man koha-rebuild-zebra": > > -f, --full > Does a reindex of the whole collection. > > -a, --authorities > Only run the

Re: [Koha] Koha Indexing Problem 18.05.01

2018-07-22 Thread Michael Kuhn
Hi Hirak Since you seem to experience some permissions problem try it with the following command as recommended in the documentation. As your unprivileged Linux user you execute: $ sudo koha-rebuild-zebra -f -v library Note this is not the same as: $ sudo su # koha-rebuild-zebra -f -a -b

[Koha] Koha Indexing Problem 18.05.01

2018-07-22 Thread Hirak Jyoti Hazarika
I have install Koha on Ubuntu 16.04 Version with Koha Ubuntu Package. When I try to put *sudo su* *koha-rebuild-zebra -f -a -b -v library* The result is showing blow error . kindly help me for the same Can't locate Koha/Exceptions/Exception.pm: ./Koha/Exceptions/Exception.pm: Permission