Re: Full text searching? - Mailing list pgsql-general

From Poul L. Christiansen
Subject Re: Full text searching?
Date
Msg-id 3879AE64.17178F68@cs.auc.dk
Whole thread Raw
In response to Full text searching?  (Colman Reilly <careilly@online.thecia.ie>)
List pgsql-general
Gunnar R|nning wrote:
>
> "Poul L. Christiansen" <poulc@cs.auc.dk> writes:
>
> > I chose to use a 3rd party product (Verity) for full text indexing even
> > though I would prefer to use PostgreSQL for fti.
>
> How is the support for Danish in Verity now ?

I convert the characters - e.g. ø will be converted to ø When I
do a search, i just replace the search string the same way. The only
problem that could arise is when people search for the word "slash", but
I guess you could avoid searching ø somehow.

> I used Verity indirectly earlier as a plugin in to Sybase. The nice thing
> about such an integration where that I could do joins between the different
> Verity indexes and my regular tables.
>
> It would have been nice if PostgreSQL had some sort of extension mechanism
> to interface against external servers. Maybe an API for creating proxy
> tables, so a join you do against a proxy table really forwards the request
> to another service.

I'd love to have an index type directly in PostegreSQL called fti which
give us full text indexing just as easily as a standard B-tree index.

When 7.1 is out, all it needs is fti to make it equal in features to MS
SQL Server ;)

Poul L. Christiansen

pgsql-general by date:

Previous
From: Philip Hallstrom
Date:
Subject: How to get postmaster to read it's new log file?
Next
From: Igor Roboul
Date:
Subject: Re: Increasing the number of semaphores on FreeBSD 4.1 (clarification)