Обсуждение: 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

От
AI Rumman
Дата:
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.