Re: tsearch filenames unlikes special symbols and numbers - Mailing list pgsql-hackers

From Oleg Bartunov
Subject Re: tsearch filenames unlikes special symbols and numbers
Date
Msg-id Pine.LNX.4.64.0709090845340.2767@sn.sai.msu.ru
Whole thread Raw
In response to Re: tsearch filenames unlikes special symbols and numbers  (Oleg Bartunov <oleg@sai.msu.su>)
List pgsql-hackers
On Sun, 9 Sep 2007, Oleg Bartunov wrote:

> Oh, my god, I see we dictate extensions !
>
> STATEMENT:  CREATE TEXT SEARCH DICTIONARY en_ispell (
>                TEMPLATE = ispell,
>                DictFile = englishDict,
>                AffFile =  englishAff,
>                StopWords = englishStop
>        );
> ERROR:  could not open dictionary file 
> "/usr/local/pgsql-dev/share/tsearch_data/englishdict.dict": No such file or 
> directory
>
> Folk, this is too much ! Now, we dictate extensions '.dict, .affix, .stop',
> what else ?

I notice, that documentation doesn't mention about this
http://momjian.us/main/writings/pgsql/sgml/textsearch-dictionaries.html#TEXTSEARCH-ISPELL-DICTIONARY
    Regards,        Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru),
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83


pgsql-hackers by date:

Previous
From: Oleg Bartunov
Date:
Subject: ispell dictionary broken in CVS HEAD ?
Next
From: "Heikki Linnakangas"
Date:
Subject: Re: ispell dictionary broken in CVS HEAD ?