Re: Include Lists for Text Search - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Include Lists for Text Search
Date
Msg-id 23353.1205158651@sss.pgh.pa.us
Whole thread Raw
In response to Re: Include Lists for Text Search  (Oleg Bartunov <oleg@sai.msu.su>)
Responses Re: Include Lists for Text Search
List pgsql-hackers
Oleg Bartunov <oleg@sai.msu.su> writes:
> On Sun, 9 Mar 2008, Tom Lane wrote:
>> Would a similar parameter be useful for any of the other dictionary
>> types?

> There are many things desirable to do with dictionaries, for example,
> say dictionary to return an original word plus it's normal form. Another
> feature is a not recognize-and-stop dictionaries, but allow
> filtering dictionary. We have a feeling that a little middleware would help
> implement this, and CaseSensitive too.

Hmm, I can see how some middleware would help with folding or not
folding the input token, but what about the words coming from the
dictionary file (particularly the *output* lexeme)?  It's not apparent
to me that it's sensible to try to control that from outside the
dictionary.

            regards, tom lane

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Include Lists for Text Search
Next
From: Simon Riggs
Date:
Subject: Re: Include Lists for Text Search