Re: full text searching

From: Gunnar R|nning <gunnar(at)candleweb(dot)no>
To: "Mitch Vincent" <mitch(at)venux(dot)net>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: full text searching
Date: 2001-02-06 20:26:59
Message-ID: x67l334kx8.fsf@thor.candleweb.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

"Mitch Vincent" <mitch(at)venux(dot)net> writes:

> Well, the search engine isn't the database, IMHO. The search "engine" is
> your application... The database will go get anything you tell it to, you
> just have to know how to tell it and make sure that your application tells
> it in the correct way.
>
> Teaching an application or database the English language is going to be a
> hell of a project, good luck!

Well, I don't want to write another search engine. What I would like to see
is a way to integrate with different third party products. It would be cool
with Lucene or some other free search engine as an optional add on
for PostgreSQL.

> Anyway. Moral of the story.. I'd like to see native PostgreSQL full text
> indexing before we go adding on to the contrib'd trigger/function
> implementation...

Well, I think any attempt at a "complete" full text indexing implementation
in the database itself is futile. Find a way to move this out of the
database and integrate with another product.

I've been using a variant of the FTI system in an application, but this is
far from sufficient when it comes to matching. Speed is OK, but the quality
of the results could have been a lot better.

Regards,

Gunnar

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dan Wilson 2001-02-06 20:34:01 Re: Re: PostreSQL SQL for MySQL SQL
Previous Message Warren Vanichuk 2001-02-06 20:26:50 Re: selecting a random record

Browse pgsql-hackers by date

  From Date Subject
Next Message Florent Guillaume 2001-02-06 21:15:22 Re: [SQL] PL/PGSQL function with parameters
Previous Message Joe Mitchell 2001-02-06 19:52:47 Duplicate OIDs in pg_attribute