[Koha-devel] [Koha-patches] [PATCH] Disable _remove_stopwords in Search.pm to improve performances

Andrew Moore andrew.moore at liblime.com
Wed Jul 2 15:53:35 CEST 2008


On Wed, Jul 2, 2008 at 7:28 AM, Frederic Demians <f.demians at tamil.fr> wrote:
> _remove_stopwords takes 28% of all the time spent to do search.
> This patch disable this function. Stop words should be handle
> directly by Zebra, shouldn't it?

Hi Frédéric -

I'm all in favor of the current work to profile our application and
attempt to improve it. This does look like a place where we can
improve our efficiency.

Have you tested to see if the zebra engine does handle the stopwords
correctly? I didn't know that it did that.

What should happen in the NoZebra case?

Also, if we're going to stop using this sub, should we remove it and
all calls to it instead of just shunting it?

Thanks!
-Andy
_______________________________________________
Koha-devel mailing list
Koha-devel at lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-devel



More information about the Koha-devel mailing list