Re: text search: restricting the number of parsed words in headline generation

Поиск
Список
Период
Сортировка
От Sushant Sinha
Тема Re: text search: restricting the number of parsed words in headline generation
Дата
Msg-id CAJqjnSfeeG7UCAGDMSKT1P-gg02DUHk9=ketpnmxDmM7iTsycw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: text search: restricting the number of parsed words in headline generation  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: text search: restricting the number of parsed words in headline generation  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
<div class="im"><br /><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px
#cccsolid;padding-left:1ex"><br /> Actually, this code seems probably flat-out wrong: won't every<br /> successful call
ofhlCover() on a given document return exactly the same<br /> q value (end position), namely the last token occurrence
inthe<br /> document?  How is that helpful?<br /><br />                        regards, tom lane<br
/></blockquote></div><br/></div>There is a line that saves the computation state from the previous call and search only
startsfrom there:<br /><pre><span>int</span>         pos = *p;</pre><br /><br /> 

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: text search: restricting the number of parsed words in headline generation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Another extensions bug