Re: Hope it is not too offtopic

Поиск
Список
Период
Сортировка
От Jan Ploski
Тема Re: Hope it is not too offtopic
Дата
Msg-id 5394851.985201427920.JavaMail.jpl@remotejava
обсуждение исходный текст
Ответ на Hope it is not too offtopic  ("Eric, Audet" <eaudet@scc.ca>)
Ответы Re: Hope it is not too offtopic
Список pgsql-general
>   I have a database of ISO standards ... my clients want to be able to do a
>   full document search ... but it's not a document ... it's a database
>   Is there a way (more likely a query question) to
>   select * from tablename where <anyfield> like '%term%'??

This query will work, but I suspect this is a very inefficient way
of doing a full text search.

I was looking into that topic myself some time earlier, and I am going
to use an external (free, open-source) Java engine called "Lucene" for
text indexing. You may wish to read up about it on www.lucene.com. There
also was a JavaWorld article which expressed high praise for this
particular indexing package.

-JPL

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

Предыдущее
От: Feite Brekeveld
Дата:
Сообщение: Re: Re: to_timestamp question
Следующее
От: Hans-Jürgen Schönig
Дата:
Сообщение: Compile PL/Perl