Re: Searching a DB index.. possible?

Поиск
Список
Период
Сортировка
От Moe
Тема Re: Searching a DB index.. possible?
Дата
Msg-id 861fed221002110842n7b7fee9ela67e47d317d36537@mail.gmail.com
обсуждение исходный текст
Ответ на Searching a DB index.. possible?  (Moe <mohamed5432154321@gmail.com>)
Список pgsql-general
Bump

On Fri, Feb 5, 2010 at 5:48 PM, Moe <mohamed5432154321@gmail.com> wrote:
I am trying to figure out how I can introduce full text search "tips"... tips meaning, like if you start typing Mer .. 
then a box with a couple of words underneath comes up, with Mercedes, Mercury and so on :P

I am thinking that the word suggestions needs to come from the already existing tsearch2 index. 
Words that are frequent in the index could be ranked higher as a search tip.

Is there a way to query the actual existing index?

How else could one approach this? There are many sites that uses this, so perhaps there is an easier way I haven't thought of yet.

Thank you / Moe

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

Предыдущее
От: Carsten Kropf
Дата:
Сообщение: Re: Extending SQL in C using VARIABLE length type
Следующее
От: "Igor Neyman"
Дата:
Сообщение: Re: Postgres Triggers issue