"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: Mon, 29 Jan 2007 16:12:43 -0500
- Message-id: <74b035bb0701291312q32c2b6b7q1bb60dbd78062755(at)mail(dot)gmail(dot)com>
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?
Home |
Main Index |
Thread Index