Re: ts_rank

Поиск
Список
Период
Сортировка
От Mark
Тема Re: ts_rank
Дата
Msg-id 1305978094293-4414631.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: ts_rank  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: ts_rank
Список pgsql-hackers
>There's some potentially useful information here:
>http://www.postgresql.org/docs/9.0/interactive/textsearch-controls.html#TEXTSEARCH-RANKING

Thanks for reply. I was reading the documentation of PostgreSQL, but there
it is not written the name of the used methods. Everywhere there is written,
that ts_rank use standard ranking function. But it is difficult to say which
is the standard function. 
Somewhere I found that it is maybe based on Vector space model and it seems
to be truth, because in the code of tsrank.c is counted the frequency of
words, but I am not sure of that :-(



--
View this message in context: http://postgresql.1045698.n5.nabble.com/ts-rank-tp4384614p4414631.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: ALTER TYPE DROP + composite-typed col vs. pg_upgrade
Следующее
От: Fabien COELHO
Дата:
Сообщение: minor patch submission: CREATE CAST ... AS EXPLICIT