Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

pgsql: Significantly improve ranking: 1) rank_cd now use weight of

Поиск
Список
Период
Сортировка
От teodor@postgresql.org (Teodor Sigaev)
Тема pgsql: Significantly improve ranking: 1) rank_cd now use weight of
Дата
Msg-id 20060302190720.7FEAA9DCD85@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Significantly improve ranking:
1) rank_cd now use weight of lexemes
2) rank_cd and rank can use any combination of normalization methods:
        no normalization
        normalization by log(length of document)
        -----/------- by length of document
        -----/------- by number of unique word in document
        -----/------- by log(number of unique word in document)
        -----/------- by number of covers (only rank_cd)

Improve cover's search.

TODO: changes in documentation

Modified Files:
--------------
    pgsql/contrib/tsearch2:
        rank.c (r1.15 -> r1.16)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/rank.c.diff?r1=1.15&r2=1.16)
        tsearch.sql.in (r1.16 -> r1.17)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/tsearch.sql.in.diff?r1=1.16&r2=1.17)
    pgsql/contrib/tsearch2/expected:
        tsearch2.out (r1.18 -> r1.19)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/expected/tsearch2.out.diff?r1=1.18&r2=1.19)

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