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

From Simon Riggs
Subject Re: Include Lists for Text Search
Date
Msg-id 1189438651.4281.268.camel@ebony.site
Whole thread Raw
In response to Re: Include Lists for Text Search  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Include Lists for Text Search  (Bruce Momjian <bruce@momjian.us>)
Re: Include Lists for Text Search  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Mon, 2007-09-10 at 10:21 -0400, Tom Lane wrote:
> Oleg Bartunov <oleg@sai.msu.su> writes:
> > On Mon, 10 Sep 2007, Simon Riggs wrote:
> >> Can we include that functionality now?
>
> > This could be realized very easyly using dict_strict, which returns
> > only known words, and mapping contains only this dictionary. So,
> > feel free to write it and submit.
>
> ... for 8.4.

I've coded a small patch to allow CaseSensitive synonyms.

  CREATE TEXT SEARCH DICTIONARY my_diction (
     TEMPLATE = biglist,
     DictFile = words,
     CaseSensitive = true
  );

--
  Simon Riggs
  2ndQuadrant  http://www.2ndQuadrant.com

Attachment

pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: invalidly encoded strings
Next
From: Tom Lane
Date:
Subject: Re: invalidly encoded strings