Re: a little fix for text search
От | Tom Lane |
---|---|
Тема | Re: a little fix for text search |
Дата | |
Msg-id | 4877.1478983756@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | a little fix for text search (Oleg Bartunov <obartunov@gmail.com>) |
Ответы |
Re: a little fix for text search
|
Список | pgsql-docs |
Oleg Bartunov <obartunov@gmail.com> writes: > Hi there ! > I don't know when exactly it was improved, but following notice in > https://www.postgresql.org/docs/current/static/textsearch-controls.html#TEXTSEARCH-HEADLINE > is currently not needed. > ts_headline uses the original document, not a tsvector summary, so it can > be slow and should be used with care. A typical mistake is to call > ts_headline for every matching document when only ten documents are to be > shown. SQL subqueries can help; here is an example: I don't see why that stopped being appropriate? The point is that it takes a raw text input which has to be re-parsed; that's still true AFAICS. regards, tom lane
В списке pgsql-docs по дате отправления: