Re: Where to find information about implementing full-text-search

Поиск
Список
Период
Сортировка
От Ian Barwick
Тема Re: Where to find information about implementing full-text-search
Дата
Msg-id 200312081042.18554.barwick@gmx.net
обсуждение исходный текст
Ответ на Where to find information about implementing full-text-search  ("Gellert, Andre" <AGellert@ElectronicPartner.de>)
Список pgsql-general
On Monday 08 December 2003 10:31, Gellert, Andre wrote:
> Hello,
> we upgraded our PostgreSQL from 7.2 to 7.4, because we want to use the
> enhanced full-text searches,
> which should be build in now.
> I can't find any informations how to implement an optimized search in the
> docs ....
> Today the search feels like  " fieldvarchar30 ~* '^VALUESTRING.*' " ,
> is the full text search based on special indizes, a special table type or
> whatever ?

http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/

hth

Ian Barwick
barwick@gmx.net

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

Предыдущее
От: "Victor B. Berdin"
Дата:
Сообщение: pgsql 7.4 on minimal environment
Следующее
От: Thierry Missimilly
Дата:
Сообщение: Re: What is WAL used for?