From: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
---|---|
To: | Sameer Maggon <sameermaggon(at)rediffmail(dot)com> |
Cc: | <pgsql-docs(at)postgresql(dot)org> |
Subject: | Re: Type of queries |
Date: | 2001-09-23 08:50:46 |
Message-ID: | Pine.BSF.4.32.0109231648330.26097-100000@houston.familyhealth.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
Just read the contrib/fulltextindex/README.fti in CVS HEAD (7.2 Beta)
But for most of the things listed below you need to use OpenFTS, as the
contrib/fulltextindex module only does boolean suffix matching.
Chris
On 22 Sep 2001, Sameer Maggon wrote:
> hi,
> I have seen the contrib/fulltextindex folder and
> wanted to know what kind of queries are supported
>
> Phrase Queries - Sameer is a good boy
> Boolean Query
> Prefix Query a*
> Generation Queries eat - eating, eats
> Vicinity Queries Sameer near postgres
> Ranking
>
>
> Please does ne body know this
>
> Sameer
>
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
From | Date | Subject | |
---|---|---|---|
Next Message | Sameer Maggon | 2001-09-23 11:40:13 | PostGres + PERL |
Previous Message | Christopher Kings-Lynne | 2001-09-23 08:47:56 | Re: Full text search |