tsearch2 document and word limit

Поиск
Список
Период
Сортировка
От David Beavan
Тема tsearch2 document and word limit
Дата
Msg-id BAY2-F3574894E564EBE280EDF0EAE780@phx.gbl
обсуждение исходный текст
Ответы Re: tsearch2 document and word limit
Список pgsql-general
Hi

I have been toying with the implementation of tsearch2 to index some large
text documents. I have run into problems where I am up against limits:

no more than 255 occurrences of a particular word are indexed.
word positions greater than 16384 are added as position 16384 and end up as
one occurrence.

These are problematic because I need to rank based on number of word
occurrences, and these limits are preventing this.

Does anybody have any suggestions as to how this could be worked around, is
the limit due to gist? would openfts help (im guessing not)?

Failing that does anybody have experience of combining another text indexing
package with postgresql?

Dave



В списке pgsql-general по дате отправления:

Предыдущее
От: Dawid Kuroczko
Дата:
Сообщение: Re: Foreign Key relationship between two databases
Следующее
От: "Sandeep Gaikwad"
Дата:
Сообщение: URL activation through trigger