On Mon, 28 Mar 2005 21:06:12 +0200, Avishai Weissberg <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]
GPLS -- PINES Development
Database Developer
http://open-ils.org

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to