Re: [tsvector] to_tsvector called multiple times

From: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: "'Sven R(dot) Kunze *EXTERN*'" <srkunze(at)tbz-pariv(dot)de>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: [tsvector] to_tsvector called multiple times
Date: 2015-05-26 11:38:15
Message-ID: A737B7A37273E048B164557ADEF4A58B3661642C@ntex2010i.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sven R. Kunze wrote:
> Maybe, I have difficulties to understand the relationship/dependencies
> between all these 'maybe' available dictionary/parser/stemmer packages.
>
> What happens if I install all packages for a single language? (hunspell,
> myspell, ispell, snowball)
>
> Are they complementary? Do they replace each other?

They are all dictionaries.

The "text search configuration" determines which dictionaries get
applied to which kinds of words in which order.

So if you introduce a new dictionary, you either have to modify
an existing configuration or efine a new one to use it.

Yours,
Laurenz Albe

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2015-05-26 13:14:57 really nice article about postgres popularity in startups on techrepublic
Previous Message Sven R. Kunze 2015-05-26 10:35:43 Re: [tsvector] to_tsvector called multiple times