Re: [GENERAL] processing urls with tsearch2

2007-09-17 Thread Laimonas Simutis
Thanks for the advice, for right now I went with the second option of preprocessing the text before passing it to the to_tsquery. However I would like to see what it would take to get some of the dictionaries available out there to be hooked into the postgres on windows. Does anyone have any

[GENERAL] processing urls with tsearch2

2007-09-13 Thread Laimonas Simutis
Hey guys, maybe anyone using tsearch2 could advise on this. With the default installation, url, host and some other tokens are processed with the simple dictionary. Thus term like mywebsite.com gets stored as 'mywebsite.com'. The parser correctly assigns token id of type host to the term, but

Re: [GENERAL] processing urls with tsearch2

2007-09-13 Thread Oleg Bartunov
On Thu, 13 Sep 2007, Laimonas Simutis wrote: Hey guys, maybe anyone using tsearch2 could advise on this. With the default installation, url, host and some other tokens are processed with the simple dictionary. Thus term like mywebsite.com gets stored as 'mywebsite.com'. The parser correctly

Re: [GENERAL] processing urls with tsearch2

2007-09-13 Thread Laimonas Simutis
Any way to install the dictionary without the make? As in is there binary versions of it available? I am running postgresql on windows servers... On 9/13/07, Oleg Bartunov [EMAIL PROTECTED] wrote: On Thu, 13 Sep 2007, Laimonas Simutis wrote: Hey guys, maybe anyone using tsearch2 could