Re: general purpose full text indexing

Поиск
Список
Период
Сортировка
От Mike Rylander
Тема Re: general purpose full text indexing
Дата
Msg-id b918cf3d050328114077b7afa6@mail.gmail.com
обсуждение исходный текст
Ответ на general purpose full text indexing  (Avishai Weissberg <ovesh1@yahoo.com>)
Список pgsql-general
On Mon, 28 Mar 2005 21:06:12 +0200, Avishai Weissberg <ovesh1@yahoo.com> wrote:
> Hello,
>
> I am trying to find a suitable FTI component.
>
> I am aware of tsearch2, but as far as I understand it doesn't really suit my
> purposes. I want to be able to run a search on a huge TEXT column, where the the
> column's content is made of words (each 'word' is an email address) seperated by
> white-spaces and commas. The search should also support wild-chars. Lexemes are
> not needed, as the 'words' are not in any language.
>

You may want to look at the pg_tgrm contrib module.  It is a simpler
"similarity" matcher.

--
Mike Rylander
mrylander@gmail.com
GPLS -- PINES Development
Database Developer
http://open-ils.org

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

Предыдущее
От: Thomas F.O'Connell
Дата:
Сообщение: Re: Linux Filesystem for PG
Следующее
От: "Guy Rouillier"
Дата:
Сообщение: Re: Debugging deadlocks