Re: tsearch - v2 new dict - Mailing list pgsql-general

From Teodor Sigaev
Subject Re: tsearch - v2 new dict
Date
Msg-id 3EEF1235.4040509@sigaev.ru
Whole thread Raw
In response to Re: tsearch - v2 new dict  (sector119@mail.ru)
List pgsql-general
sector119@mail.ru wrote:
> Yes, I have read tsearchV2-intro.txt
> but id do not understand how to add stemmer dictionary :(
>

Other your message:

 > test=# SELECT * FROM pg_ts_cfgmap WHERE ts_name = 'ua';
 > ts_name |  lex_alias  |      dict_name
 > ---------+-------------+---------------------
 > ua      | file        | {simple}
 > ua      | lhword      | {ispell_ua,ua_stem}
 > ua      | lpart_hword | {ispell_ua,ua_stem}
 > ua      | lword       | {ispell_ua,ua_stem}
 > ua      | uint        | {simple}
 > ua      | version     | {simple}
 >

Do you add ua_stem or not?

--
Teodor Sigaev                                  E-mail: teodor@sigaev.ru


pgsql-general by date:

Previous
From: "Russ Brown"
Date:
Subject: Difficulty with quotes
Next
From: "Mattias Kregert"
Date:
Subject: Re: full featured alter table?