Re: tsearch2: Error: Word is too long

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: psql-mail(at)freeuk(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: tsearch2: Error: Word is too long
Date: 2003-08-06 16:53:30
Message-ID: Pine.GSO.4.56.0308062051390.17880@ra.sai.msu.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 6 Aug 2003 psql-mail(at)freeuk(dot)com wrote:

> I tried to index my data with tsearch2 but I get the following error:
>
> Error: Word is too long
>
> I have looked through the docs and googled for "Word is too long" +
> tsearch2 with no luck - so i hope i haven't missed something obvious.
>
> The problem is due to binary encodings in the data, base64 etc.
>
> Can i supply a max word length somewhere?
> and how can I find out what the max limit is?
>
> Thanks!
>

Max word length is 2Kb. Unfortunately there is no simple way to redefine it.
Other problem is why do you need to index base64 ?

>

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

Browse pgsql-general by date

  From Date Subject
Next Message Joel Burton 2003-08-06 16:55:52 How to recognize PG SQL files?
Previous Message The Hermit Hacker 2003-08-06 16:40:29 Re: v7.4 Beta 1 Bundle Available for Testing ...