Re: Please comment on the following OpenFTS/tsearch2 issues!

From: John DeSoi <desoi(at)pgedit(dot)com>
To: Don Walker <don(dot)walker(at)versaterm(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Please comment on the following OpenFTS/tsearch2 issues!
Date: 2006-04-26 00:48:09
Message-ID: 0135682C-0835-45A1-9257-40608E8C52BC@pgedit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Apr 25, 2006, at 3:45 PM, Don Walker wrote:

> 2. Neither OpenFTS or tsearch2 support exact phrase matching. I've
> seen the
> workaround to support matching a single exact phrase by modifying
> the WHERE
> clause with textcolumn ~* "exact phrase". Does this give reasonable
> performance?

It seems to work well for me, but I'm sure the results are highly
data dependent. Performance will directly depend on the size and
number of documents you must sequentially search for your phrase
after making the initial cut on the indexed words.

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Wayne Conrad 2006-04-26 02:22:14 Re: "ERROR: out of memory" during pg_restore
Previous Message Tom Lane 2006-04-26 00:39:46 Re: "ERROR: out of memory" during pg_restore