| From: | Ferdinand Smit <ferdinand(at)telegraafnet(dot)nl> |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Full textsearch & gist |
| Date: | 2003-12-09 11:55:55 |
| Message-ID: | 200312091255.55761.ferdinand@telegraafnet.nl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bhartendu Maheshwari | 2003-12-09 12:33:31 | Re: Running Postgres Daemons with same data files |
| Previous Message | Sam Barnett-Cormack | 2003-12-09 11:43:32 | Re: Running Postgres Daemons with same data files |