Re: phrase search

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: phrase search
Дата
Msg-id 48458A8E.6080306@sigaev.ru
обсуждение исходный текст
Ответ на Re: phrase search  (Sushant Sinha <sushant354@gmail.com>)
Ответы Re: phrase search
Список pgsql-hackers
> This is far more complicated than I thought.
>> Of course, phrase search should be able to use indexes.
> I can probably look into how to use index. Any pointers on this?

src/backend/utils/adt/tsginidx.c, if you invent operation #  in tsquery then you 
will have index support with minimal effort.
> 
> Yes this is exactly how I am using in my application. Do you think this
> will solve a lot of common case or we should try to get phrase search

Yeah, it solves a lot of useful case, for simple use it's needed to invent 
function similar to existsing plaitnto_tsquery, say phraseto_tsquery. It should 
produce correct tsquery with described above operations.

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


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

Предыдущее
От: James William Pye
Дата:
Сообщение: Re: rfc: add pg_dump options to dump output
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: [GENERAL] Fragments in tsearch2 headline