Re: Type of queries - Mailing list pgsql-docs

From Christopher Kings-Lynne
Subject Re: Type of queries
Date
Msg-id Pine.BSF.4.32.0109231648330.26097-100000@houston.familyhealth.com.au
Whole thread Raw
In response to Type of queries  ("Sameer Maggon" <sameermaggon@rediffmail.com>)
List 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
>


pgsql-docs by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: Full text search
Next
From: "Sameer Maggon"
Date:
Subject: PostGres + PERL