Re: keyword (or fulltext) indexes, any planned developments? - Mailing list pgsql-hackers

From Ian Barwick
Subject Re: keyword (or fulltext) indexes, any planned developments?
Date
Msg-id 200203011821.TAA26014@post.webmailer.de
Whole thread Raw
In response to keyword (or fulltext) indexes, any planned developments?  ("Marc Beneteau" <mbeneteau@catgen.com>)
List pgsql-hackers
On Tuesday 26 February 2002 20:39, Marc Beneteau wrote:
> Are there any plans to provide support for keyword indexes in Postgre?  The
> idea is to efficiently index every word in a long text column, in order to
> support queries such as :
>
> Select... from Products where ProductDescription like "%wool%" and
> ProductDescription like "%black%"
>
> This will work but it requires a table scan.

Take a look at OpenFTS ( http://openfts.sourceforge.net/ )

Ian Barwick


pgsql-hackers by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Database Caching
Next
From: "Zeugswetter Andreas SB SD"
Date:
Subject: Re: elog() patch