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)
Список
Дерево обсуждения
Free Text Search McMillen Tom <McMillT@EU.MWHSE.COM>
Re: Free Text Search will trillich <will@serensoft.com>
Re: Free Text Search "Brett W. McCoy" <bmccoy@chapelperilous.net>
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 по дате отправления