Full textsearch & gist - Mailing list pgsql-admin

From Ferdinand Smit
Subject Full textsearch & gist
Date
Msg-id 200312091255.55761.ferdinand@telegraafnet.nl
Whole thread Raw
List pgsql-admin
Hi,

I'm experimenting with tsearch2. It works very good, but i have a few
questions:

- Is there a tsearch maillingslist ?

- How can i create a muticolumn index of an date and a text field, so i for
example can textsearch in de last few days.

CREATE INDEX test_ix ON test USING gist(date,tsvector);
ERROR:  data type date has no default operator class for access method "gist"

- Does someone now how i can select the most used words, so i can create a
stop file.

Regards,
Ferdinand


pgsql-admin by date:

Previous
From: Sam Barnett-Cormack
Date:
Subject: Re: Running Postgres Daemons with same data files
Next
From: Bhartendu Maheshwari
Date:
Subject: Re: Running Postgres Daemons with same data files