Re: [HACKERS] tsearch stop words

2002-09-02 Thread Oleg Bartunov
actual word it's matching? > > Chris > > > > -Original Message- > > From: Oleg Bartunov [mailto:[EMAIL PROTECTED]] > > Sent: Monday, 2 September 2002 5:33 PM > > To: Christopher Kings-Lynne > > Cc: Hackers > > Subject: Re: [HACKERS]

Re: [HACKERS] tsearch stop words

2002-09-02 Thread Christopher Kings-Lynne
t; -Original Message- > From: Oleg Bartunov [mailto:[EMAIL PROTECTED]] > Sent: Monday, 2 September 2002 5:33 PM > To: Christopher Kings-Lynne > Cc: Hackers > Subject: Re: [HACKERS] tsearch stop words > > > Christopher, > > current implementation is ugly, we s

Re: [HACKERS] tsearch stop words

2002-09-02 Thread Oleg Bartunov
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