Re: [GENERAL] tsearch2 parser configuration

2007-02-07 Thread Hannes Dorbath
On 06.02.2007 21:39, Worky Workerson wrote: Is it possible to configure the tsearch2 parser? I'd like a very dumb parser that splits on everything that is not [a-zA-Z0-9.]. The default parser seems to work well on my dataset except for the '/' character ... it doesn't split mike/john into two l

Re: [GENERAL] tsearch2 parser configuration

2007-02-06 Thread Oleg Bartunov
http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/HOWTO-parser-tsearch2.html On Tue, 6 Feb 2007, Worky Workerson wrote: Is it possible to configure the tsearch2 parser? I'd like a very dumb parser that splits on everything that is not [a-zA-Z0-9.]. The default parser seems to work w

[GENERAL] tsearch2 parser configuration

2007-02-06 Thread Worky Workerson
Is it possible to configure the tsearch2 parser? I'd like a very dumb parser that splits on everything that is not [a-zA-Z0-9.]. The default parser seems to work well on my dataset except for the '/' character ... it doesn't split mike/john into two lexemes. And ideas? Thanks! ---

Re: [GENERAL] tsearch2 parser

2003-08-01 Thread Teodor Sigaev
Fred Fung wrote: Hi, I wonder if this is the mailing list to go regarding to tsearch2. If not, could somebody direct me to the proper mailing list please ? Thanks. List at http://openfts.sourceforge.net/ I am looking for more in-depth documentation regarding to the default parser that com

[GENERAL] tsearch2 parser

2003-08-01 Thread Fred Fung
Hi,   I wonder if this is the mailing list to go regarding to tsearch2. If not, could somebody direct me to the proper mailing list please ? Thanks.   I am looking for more in-depth documentation regarding to the default parser that comes with tsearch2. I already read the Tsearch2 Reference