Re: tsearch stop words

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: tsearch stop words
Date: 2002-09-02 09:32:38
Message-ID: Pine.GSO.4.44.0209021229270.24590-100000@ra.sai.msu.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Christopher,

current implementation is ugly, we still didn't move functionality
from OpenFTS to tsearch. Look at makedict subdirectory to create your
custom dictionary. Default list is in engstoptree[] defined
in dic/porter_english.dct

On Mon, 2 Sep 2002, Christopher Kings-Lynne wrote:

> How do I get a list of what tsearch considers a stop word?
>
> eg. 'and', 'or', 'the', 'up', 'down', etc. There seem to be heaps of
> them...!
>
> Chris
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Håkon Hagen Clausen 2002-09-02 12:34:18 new index access methods
Previous Message Oleg Bartunov 2002-09-02 09:26:02 Re: contrib/ intarray, ltree, intagg broken(?) by array