Re: a tsearch2 (8.2.4) dictionary that only filters out stopwords

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jan Urbański <j(dot)urbanski(at)students(dot)mimuw(dot)edu(dot)pl>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: a tsearch2 (8.2.4) dictionary that only filters out stopwords
Date: 2007-11-09 03:18:36
Message-ID: 28954.1194578316@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

=?UTF-8?B?SmFuIFVyYmHFhHNraQ==?= <j(dot)urbanski(at)students(dot)mimuw(dot)edu(dot)pl> writes:
> The solution I came up with was simple: write a dictionary, that does
> only one thing: looks up the lexeme in a stopwords file and either
> discards it or returns NULL.

Doesn't the "simple" dictionary handle this?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2007-11-09 07:09:37 Re: New tzdata available
Previous Message Bruce Momjian 2007-11-09 02:50:45 Re: [HACKERS] Connection Pools and DISCARD ALL

Browse pgsql-patches by date

  From Date Subject
Next Message Pavel Stehule 2007-11-09 06:29:14 Re: tsearch2api .. wrapper for integrated fultext
Previous Message Bruce Momjian 2007-11-09 02:50:45 Re: [HACKERS] Connection Pools and DISCARD ALL