Re: tsearch2 dictionary that indexes substrings?

Поиск
Список
Период
Сортировка
От Listmail
Тема Re: tsearch2 dictionary that indexes substrings?
Дата
Msg-id op.tq3fvvtnzcizji@apollo13
обсуждение исходный текст
Ответ на Re: tsearch2 dictionary that indexes substrings?  (Tilmann Singer <tils-pgsql@tils.net>)
Список pgsql-general
> I'm aware of that and in my case I don't think it will be a
> problem. It is for a type-ahead search web interface so actually it
> only requires indexing all possible substrings starting from char 1,
> ie. p, po, pos, post, postg, postgr, postgre, postgres, postgresq,
> postgresql.

    If you want to provide autocompletion, you could build a list of unique
lexemes from inserted posts, and use a btree index and LIKE...

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

Предыдущее
От: "flying2001us@yahoo.com"
Дата:
Сообщение: Re: binding 64-bit integer
Следующее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: Technical Documentation and Community Login