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

From: Ian Barwick <barwick(at)gmx(dot)net>
To: "Gellert, Andre" <AGellert(at)ElectronicPartner(dot)de>, "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Where to find information about implementing full-text-search
Date: 2003-12-08 09:42:18
Message-ID: 200312081042.18554.barwick@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thierry Missimilly 2003-12-08 09:53:41 Re: What is WAL used for?
Previous Message Gellert, Andre 2003-12-08 09:31:25 Where to find information about implementing full-text-search