Re: Full text search - Mailing list pgsql-docs

From Christopher Kings-Lynne
Subject Re: Full text search
Date
Msg-id Pine.BSF.4.32.0109221742050.18826-100000@houston.familyhealth.com.au
Whole thread Raw
In response to Full text search  ("Sameer Maggon" <sameermaggon@rediffmail.com>)
Responses Re: Full text search  (Roberto Mello <rmello@cc.usu.edu>)
List pgsql-docs
Hi Sameer,

There are two ways of doing full text indexing in pgsql.

1. Use the contrib/fulltextindex module.  This is fairly simple in 7.1.3
and the docs explain how to use it.  If you want to nidex muliple columns,
I suggest getting the fulltextindex module from CVS HEAD.  It will compile
against 7.1.x, but now 7.0.x.

2. Use OpenFTS.  Check out www.openfts.org (I think) or search the maling
list archives for openfts

Cheers,

Chris

 On 22 Sep 2001,
Sameer  Maggon wrote:

> hi,
>
>   As MSSQL server supports FTS, does PostgreSQL also supports or has some external module to support FTS
>
> Sameer
>
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>


pgsql-docs by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: Install
Next
From: "Sameer Maggon"
Date:
Subject: Re: Install