Tsearch2 ranking

Поиск
Список
Период
Сортировка
От Hannes Dorbath
Тема Tsearch2 ranking
Дата
Msg-id dv3le4$pqe$1@news.hub.org
обсуждение исходный текст
Ответы Re: Tsearch2 ranking  (Hannes Dorbath <light@theendofthetunnel.de>)
Re: Tsearch2 ranking  (Oleg Bartunov <oleg@sai.msu.su>)
Re: Tsearch2 ranking  (Teodor Sigaev <teodor@sigaev.ru>)
Список pgsql-general
2 rows of tsvector:

'bar':2 'baz':3 'foo':1
'bar':2 'baz':1 'foo':3

so source text was:

foo bar baz
baz bar foo

ts_query now is 'foo&baz&baz', so both matched.

How can I honor the correct order of the first row and rank it higher?
The position information is there, why doesn't rank() / rank_cd() not
use it?

Is there any way to make a difference between those to rows? Any? Even
if it's a bad hack? I really need it :/

Thanks in advance


--
Regards,
Hannes Dorbath

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: ERROR: FULL JOIN is only supported with merge-joinable join conditions
Следующее
От: Hannes Dorbath
Дата:
Сообщение: Re: Tsearch2 ranking