Re: How to use the full text index feature on PostgreSQL

Поиск
Список
Период
Сортировка
От Chris
Тема Re: How to use the full text index feature on PostgreSQL
Дата
Msg-id 44DC2A35.3020805@gmail.com
обсуждение исходный текст
Ответ на Re: How to use the full text index feature on PostgreSQL  (aBBISh <abbish@163.com>)
Список pgsql-general
aBBISh wrote:
> Chris 写道:
>> aBBISh wrote:
>>> Hello everyone
>>>
>>> How to use the full text index feature to search a lot of text on
>>> PostgreSQL 8.x?
>>
>> You need to install & setup tsearch2.
>>
>> I have a small article about how to do that here:
>>
>> http://www.designmagick.com/article/27/
>>
>
> That article so good,thank you.
>
> Can you send some article for how to use tsearch2 ?

http://www.designmagick.com/article/27/page/3 has some examples.

> What about tsearch2 for japanese or chinese multibyte character search?

Not sure about that one, but the tsearch2 site might have something:

http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/

.. just found a link there actually:

http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/tsearch2j.html

--
Postgresql & php tutorials
http://www.designmagick.com/

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

Предыдущее
От: aBBISh
Дата:
Сообщение: Re: How to use the full text index feature on PostgreSQL
Следующее
От: "Jasbinder Bali"
Дата:
Сообщение: Re: [NOVICE] Unable to connect to PostgreSQL 8 from PGAdmin III