Re: [Koha] Zebra rebuild frequency

2014-11-16 Thread Robin Sheat
Paul A schreef op vr 14-11-2014 om 19:53 [-0500]: It's been running every minute for two years ;=} using Under older versions, there was a chance of two zebra reindexes crashing into each other, and I think that if this happened, it could be possible that a change would get lost. Running every

Re: [Koha] Zebra rebuild frequency

2014-11-15 Thread Frédéric Demians
Paul, could you confirm that you use Zebra in DOM mode? It seems Zebra isn't configured properly, and so doesn't know where to pick up unique ID for biblio records (biblionumber field). Without an ID to identify biblio records, Zebra can't neither delete nor update a biblio record. Check your

Re: [Koha] Zebra rebuild frequency

2014-11-15 Thread Tomas Cohen Arazi
Paul's XSLT was using 001 for the id. El sáb, nov 15, 2014 05:39 AM, Frédéric Demians frede...@tamil.fr escribió: Paul, could you confirm that you use Zebra in DOM mode? It seems Zebra isn't configured properly, and so doesn't know where to pick up unique ID for biblio records (biblionumber

Re: [Koha] Zebra rebuild frequency

2014-11-14 Thread Tomas Cohen Arazi
I see a couple situations when you could need a reindex: - An upgrade explicitly states the need for it - Changes on the index definitions - Changing from GRS-1 to DOM indexing - Weird/unexpected search results The latter means something is going wrong. In that situation, please report back to

Re: [Koha] Zebra rebuild frequency

2014-11-14 Thread Paul A
At 01:42 PM 11/14/2014 +, Tomas Cohen Arazi wrote: I see a couple situations when you could need a reindex: - An upgrade explicitly states the need for it - Changes on the index definitions - Changing from GRS-1 to DOM indexing - Weird/unexpected search results 3.8.5 (production) and from

Re: [Koha] Zebra rebuild frequency

2014-11-14 Thread Owen Leonard
3.8.5 (production) and from my test notes 3.12.various and 3.14.2 required a complete biblio re-index after deleting a biblio record. Has this been fixed? I don't think that was ever true. -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org

Re: [Koha] Zebra rebuild frequency

2014-11-14 Thread Tom Hanstra
In my instance(s), I have few enough records that I just run a full re-index daily. There have been a few times along the way where incremental indexing might manage to miss a record. Doing a full index regularly during the overnight hours just makes sure everything is in there. Probably not

Re: [Koha] Zebra rebuild frequency

2014-11-14 Thread Tomas Cohen Arazi
Paul, I'm sorry you suffered that on your Koha, but I've never seen it. I'm only aware of a situation that could trigger that on NORMARC (recently fixed) using DOM indexing. Otherwise, we've used 3.0, 3.8 and 3.12 without any similar behaviour. El Fri Nov 14 2014 at 12:50:02, Tom Hanstra

Re: [Koha] Zebra rebuild frequency

2014-11-14 Thread Paul A
At 04:20 PM 11/14/2014 +, Tomas Cohen Arazi wrote: Paul, I'm sorry you suffered that on your Koha, but I've never seen it. I'm only aware of a situation that could trigger that on NORMARC (recently fixed) using DOM indexing. [snip] 3.8.5 (production) and from my test notes 3.12.various

Re: [Koha] Zebra rebuild frequency

2014-11-14 Thread Mark Tompsett
Greetings, And what cronjobs do you currently have? Perhaps you don't even have your partial reindex cronjob installed? GPML, Mark Tompsett ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz

Re: [Koha] Zebra rebuild frequency

2014-11-14 Thread Mason James
On 2014-11-15, at 9:49 AM, Paul A wrote: At 04:20 PM 11/14/2014 +, Tomas Cohen Arazi wrote: Paul, I'm sorry you suffered that on your Koha, but I've never seen it. I'm only aware of a situation that could trigger that on NORMARC (recently fixed) using DOM indexing. [snip] 3.8.5

Re: [Koha] Zebra rebuild frequency

2014-11-14 Thread Paul A
At 12:53 PM 11/15/2014 +1300, Mason James wrote: On 2014-11-15, at 9:49 AM, Paul A wrote: At 04:20 PM 11/14/2014 +, Tomas Cohen Arazi wrote: Paul, I'm sorry you suffered that on your Koha, but I've never seen it. I'm only aware of a situation that could trigger that on NORMARC

Re: [Koha] Zebra rebuild frequency

2014-11-14 Thread Mason James
On 2014-11-15, at 1:53 PM, Paul A wrote: At 12:53 PM 11/15/2014 +1300, Mason James wrote: On 2014-11-15, at 9:49 AM, Paul A wrote: At 04:20 PM 11/14/2014 +, Tomas Cohen Arazi wrote: Paul, I'm sorry you suffered that on your Koha, but I've never seen it. I'm only aware of a

[Koha] Zebra rebuild frequency

2014-11-13 Thread Steven Nickerson
Hi everyone, I know the topic of Zebra index rebuilding comes up periodically and I've tried to find an answer to this but can't seem to locate one. I have the package version of 3.16.02 installed on Debian and have the following default cron entry in /etc/cron.d/koha-common: */5 * * * *

Re: [Koha] Zebra rebuild frequency

2014-11-13 Thread Robin Sheat
Steven Nickerson schreef op do 13-11-2014 om 07:42 [-0500]: Aside from this rebuild, is there some other complete Zebra rebuild recommended, and if so on what frequency? If you're seeing strange search results, in that they differ from what the detail page says, then do a reindex. Instructions