Re: tsearch: how to get a list of stopwords?

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема Re: tsearch: how to get a list of stopwords?
Дата
Msg-id Pine.GSO.4.56.0308281504590.22257@ra.sai.msu.su
обсуждение исходный текст
Ответ на tsearch: how to get a list of stopwords?  (Joerg Erdmenger <joe@woerd.com>)
Ответы Re: tsearch: how to get a list of stopwords?  (Joerg Erdmenger <joe@woerd.com>)
Список pgsql-general
On Thu, 28 Aug 2003, Joerg Erdmenger wrote:

> Hi there,
>
> me again. How do I find the stopwords that tsearch uses in its standard
> configuration? I've looked at contrib/tsearch/dict/porter_english.dct and get
> a feeling it's somewhere in there but I can't decipher it. Any suggestions?


You're right. They're encoded in engstoptree :)
I suggest you not bother with old tsearch and look to tsearch2 version
which is much improved both in performance and flexibility.
http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/

    Oleg

>
> Joerg
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>

    Regards,
        Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

В списке pgsql-general по дате отправления:

Предыдущее
От: Joerg Erdmenger
Дата:
Сообщение: tsearch: how to get a list of stopwords?
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: Problem with tsearch and stopwords