Thread: Full text search: How to implement?

Full text search: How to implement?

From
Ramiro Barreca
Date:
Can anybody advice where to find a "How-to" to implement full text search ina PG 8.4 database?
There might be some documents or whitepapers that learn about it.

Ramiro Barreca
rbarreca@gmail.com

Re: Full text search: How to implement?

From
"Mario Soto Cordones"
Date:

Hi,

 

you must install from the contrib package fulltext

 

regards

 

Mario Soto

 

 

De: pgsql-admin-owner@postgresql.org [mailto:pgsql-admin-owner@postgresql.org] En nombre de Ramiro Barreca
Enviado el: viernes, 11 de noviembre de 2011 12:06
Para: pgsql-admin@postgresql.org
Asunto: [ADMIN] Full text search: How to implement?

 

Can anybody advice where to find a "How-to" to implement full text search ina PG 8.4 database?

There might be some documents or whitepapers that learn about it.


Ramiro Barreca
rbarreca@gmail.com

Re: Full text search: How to implement?

From
"Kevin Grittner"
Date:
Ramiro Barreca <rbarreca@gmail.com> wrote:

> Can anybody advice where to find a "How-to" to implement full text
> search ina PG 8.4 database?

http://www.postgresql.org/docs/8.4/interactive/textsearch.html

-Kevin