Re: Free Text Search

Поиск
Список
Период
Сортировка
От Lincoln Yeoh
Тема Re: Free Text Search
Дата
Msg-id 3.0.5.32.20010327182922.008f0840@192.228.128.13
обсуждение исходный текст
Ответ на Re: Free Text Search  ("Mitch Vincent" <mitch@venux.net>)
Список pgsql-general
At 09:38 AM 26-03-2001 -0500, Mitch Vincent wrote:
>Well, full text searching can be accomplished by using any standard SQL
>query (SELECT * FROM whatever WHERE textfield LIKE '%doda%' -- etc).. Full
>text indexing is another story though.. I'll send some links when I get home
>to some code that I've found here and there that looks promising..

Would that GIST thing help? If it does, any ideas how?

So far the way I might resort to  is at the application level.

It'll be nice to be able to do a LIKE '%post%' and have it indexed for at
least some tables.

e.g. create index blah on tablename (lower(data) fulltextops)

Cheerio,
Link.


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

Предыдущее
От: "Richard Huxton"
Дата:
Сообщение: Re: Inserting possible dublicate unique keys
Следующее
От: "Christian Marschalek"
Дата:
Сообщение: Supertypes?