Text retrieval & data mining features in PostgreSQL - Mailing list pgsql-general

From Ritesh Nadhani
Subject Text retrieval & data mining features in PostgreSQL
Date
Msg-id 45227931.3060609@gmail.com
Whole thread Raw
Responses Re: Text retrieval & data mining features in PostgreSQL  ("William Leite Araújo" <william.bh@gmail.com>)
List pgsql-general
Hello all,

As part of my research work, I was looking at the text-retrieval
capability of PostgreSQL.

As I see there are three resources:

-- http://techdocs.postgresql.org/techdocs/fulltextindexing.php
-- tsearch2
-- OpenFTS (which looks like a frontend for tsearch2).

I couldnt understand the difference between:
http://techdocs.postgresql.org/techdocs/fulltextindexing.php and tsearch2.

Are there any other resources that I should look?

Ritesh

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Cause of ERROR: could not open relation
Next
From: "William Leite Araújo"
Date:
Subject: Re: Text retrieval & data mining features in PostgreSQL