Re: Full-text searching and/or word indexing

Поиск
Список
Период
Сортировка
От Brett W. McCoy
Тема Re: Full-text searching and/or word indexing
Дата
Msg-id Pine.LNX.4.10.10006260646060.783-100000@chapelperilous.net
обсуждение исходный текст
Ответ на Full-text searching and/or word indexing  (Thomas Weholt <Thomas@cintra.no>)
Список pgsql-novice
On Mon, 26 Jun 2000, Thomas Weholt wrote:

> I want to use full text searching on my PostgreSQL 7.0.2 database. Ok, to be
> exact I want to somehow be able to type the word
> alien and get a record set containing "Alien", "Alien 3" and "Alien
> Resurection". ( "Aliens" could should also be returned but that would
> probably take more time, so I`ll go with plain hits to begin with. )

Look in the contrib directory under your source tree for Postgres, and
you'll see a library that does full-text indexing.

Brett W. McCoy
                                              http://www.chapelperilous.net
---------------------------------------------------------------------------
Take your work seriously but never take yourself seriously; and do not
take what happens either to yourself or your work seriously.
        -- Booth Tarkington


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

Предыдущее
От: Andrew McMillan
Дата:
Сообщение: Re: Full-text searching and/or word indexing
Следующее
От: Ryan Ho
Дата:
Сообщение: How to install perl module without root access