Re: BUG #17468: Ranking of search results: ts_rank_cd with normalization variant 4

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: BUG #17468: Ranking of search results: ts_rank_cd with normalization variant 4
Дата
Msg-id CAKFQuwZkjv7f_N8QYV-R=Spb87u7+eg1pYY4iz0r60MMThRREw@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #17468: Ranking of search results: ts_rank_cd with normalization variant 4  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
On Mon, Apr 25, 2022 at 2:03 PM PG Bug reporting form <noreply@postgresql.org> wrote:
The following bug has been logged on the website:

Bug reference:      17468
Logged by:          vicreal
Email address:      vicreal@yandex.ru
PostgreSQL version: 13.1
Operating system:   Debian 10
Description:       

 
Test 3
SELECT ts_rank_cd(to_tsvector('This function calculates the coverage
density'), to_tsquery('function | calculates'), 4|1); -- 0.062 (X)
SELECT ts_rank_cd(to_tsvector('This function calculates the coverage
density'), to_tsquery('function'), 4|1);              -- 0.062 (Y)

How it should be:
1) In test 3 rank Y should be smaller, than rank X (as in test 2).

2) How get difference ranks Y < X when using normalization variant 4 ?

Why are you writing the number 5 as "4|1" (4 "bitwise or" 1) in Test 3?

David J.

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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #17468: Ranking of search results: ts_rank_cd with normalization variant 4
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: BUG #17468: Ranking of search results: ts_rank_cd with normalization variant 4