Re: general purpose full text indexing - Mailing list pgsql-general

From Mike Rylander
Subject Re: general purpose full text indexing
Date
Msg-id b918cf3d050328114077b7afa6@mail.gmail.com
Whole thread Raw
In response to general purpose full text indexing  (Avishai Weissberg <ovesh1@yahoo.com>)
List pgsql-general
On Mon, 28 Mar 2005 21:06:12 +0200, Avishai Weissberg <ovesh1@yahoo.com> wrote:
> Hello,
>
> I am trying to find a suitable FTI component.
>
> I am aware of tsearch2, but as far as I understand it doesn't really suit my
> purposes. I want to be able to run a search on a huge TEXT column, where the the
> column's content is made of words (each 'word' is an email address) seperated by
> white-spaces and commas. The search should also support wild-chars. Lexemes are
> not needed, as the 'words' are not in any language.
>

You may want to look at the pg_tgrm contrib module.  It is a simpler
"similarity" matcher.

--
Mike Rylander
mrylander@gmail.com
GPLS -- PINES Development
Database Developer
http://open-ils.org

pgsql-general by date:

Previous
From: Thomas F.O'Connell
Date:
Subject: Re: Linux Filesystem for PG
Next
From: "Guy Rouillier"
Date:
Subject: Re: Debugging deadlocks