POstgresql 9.0.1 FTS NOTICE: word is too long to be indexed

Lists: pgsql-general
From: AI Rumman <rummandba(at)gmail(dot)com>
To: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: POstgresql 9.0.1 FTS NOTICE: word is too long to be indexed
Date: 2010-11-15 08:39:12
Message-ID: AANLkTinVqEyCnEEXbeQq8fH8UzYLMNqrPUR2we+B7tz8@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

I getting error in Postgresql 9.0.1.
select description ,to_tsvector(description) from crm where crmid = 1;
NOTICE: word is too long to be indexed
DETAIL: Words longer than 2047 characters are ignored.

Any idea pelase how to solve it.