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

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

From
AI Rumman
Date:
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.