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

Started by AI Rummanover 15 years ago1 messagesgeneral
Jump to latest
#1AI Rumman
rummandba@gmail.com

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.