Re: a tsearch2 (8.2.4) dictionary that only filters out stopwords - Mailing list pgsql-patches

From Tom Lane
Subject Re: a tsearch2 (8.2.4) dictionary that only filters out stopwords
Date
Msg-id 28954.1194578316@sss.pgh.pa.us
Whole thread Raw
In response to a tsearch2 (8.2.4) dictionary that only filters out stopwords  (Jan Urbański <j.urbanski@students.mimuw.edu.pl>)
Responses Re: a tsearch2 (8.2.4) dictionary that only filters out stopwords  (Jan Urbański <j.urbanski@students.mimuw.edu.pl>)
List pgsql-patches
=?UTF-8?B?SmFuIFVyYmHFhHNraQ==?= <j.urbanski@students.mimuw.edu.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

pgsql-patches by date:

Previous
From: Jan Urbański
Date:
Subject: a tsearch2 (8.2.4) dictionary that only filters out stopwords
Next
From: "Pavel Stehule"
Date:
Subject: Re: tsearch2api .. wrapper for integrated fultext