Thread: stem override, tsearch2

stem override, tsearch2

From
Marcus Engene
Date:
Hi!

bond=> SELECT to_tsvector('default','animation animal');
 to_tsvector
-------------
 'anim':1,2
(1 row)

bond=>

Sorry for a silly question, I wonder, how do I override this? I would
want different stemmed ford for these.

Best regards,
Marcus



Re: stem override, tsearch2

From
"Andrej Ricnik-Bay"
Date:
On 6/21/07, Marcus Engene <mengpg2@engene.se> wrote:
> Hi!
>
> bond=> SELECT to_tsvector('default','animation animal');
>  to_tsvector
> -------------
>  'anim':1,2
> (1 row)
>
> bond=>
>
> Sorry for a silly question, I wonder, how do I override this? I would
> want different stemmed ford for these.
But they *DO* come from the same Latin word,
anima = soul

Sorry, not the answer you were looking for.


> Best regards,
> Marcus
Cheers,
Andrej