"simple" dict with stop words in tsearch2

From: "Pierre Thibaudeau" <pierdeux(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: "simple" dict with stop words in tsearch2
Date: 2007-01-29 21:12:43
Message-ID: 74b035bb0701291312q32c2b6b7q1bb60dbd78062755@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In tsearch2, I would like to use the "simple" dictionary along with my
own list of stopwords.

In other words, once the text is parsed into tokens, no stemming
whatsoever, but stopwords are removed.

Is there an easy way to produce that result, using the standard
"simple" dictionary?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Brian Wipf 2007-01-29 21:14:17 Re: dependency ?
Previous Message Bruce Momjian 2007-01-29 21:12:30 Re: Predicted lifespan of different PostgreSQL