[Koha] Searching UTF-8 entries [Koha 3.01.00.002]

Galen Charlton galen.charlton at liblime.com
Tue Oct 7 03:29:18 NZDT 2008


Hi,

On Mon, Oct 6, 2008 at 8:24 AM, Marc Nürnberger <marc.nuernberger at gmx.de> wrote:
> Is there a way of telling, whether Zebra is still indexing? (It took
> like two days until we could search for the western entries from A-Z.)

If you're using the Zebra queue daemon, you can check how many records
are left to index using this SQL query:

select count(*) from zebraqueue where done = 0;

To index everything in one fell swoop, I suggest using
rebuild_zebra.pl -a -b -z; for 70,000, it should take less than an
hour.

Regards,

Galen
-- 
Galen Charlton
VP, Research & Development, LibLime
galen.charlton at liblime.com
p: 1-888-564-2457 x709
skype: gmcharlt


More information about the Koha mailing list