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

From Gunnar R|nning
Subject Re: Full text searching?
Date
Msg-id x6hf5gvf63.fsf@thor.candleweb.no
Whole thread Raw
In response to Full text searching?  (Colman Reilly <careilly@online.thecia.ie>)
List pgsql-general
"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 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.

Then it should be doable to integrate PostgreSQL with your search engine of
choice.

> It's probably cheaper to buy a indexing server, than to develop a new
> one.

Yup.

Regards,
    Gunnar



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: storED procedures
Next
From: Tim Kientzle
Date:
Subject: Re: Maybe a strange question, but: "How long may a cursor live?"