From: | Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> |
---|---|
To: | Mohamed <mohamed5432154321(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Adding Arabic dictionary for TSearch2.. to_tsvector('arabic'...) doesn't work.. |
Date: | 2009-01-05 17:27:44 |
Message-ID: | Pine.LNX.4.64.0901052023160.9554@sn.sai.msu.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Mon, 5 Jan 2009, Mohamed wrote:
> Hi!
> I have just made the switch from MySql to PostgreSql to be able to take
> advantage of TSearch2 and I just arrived to the mailing list :) I am
> creating a website in two languages (english, arabic) and would like to have
> dictionaries for both for my search. I noticed that arabic wasn't in as
> default. How can I add it / make it work ?
read documentation
http://www.postgresql.org/docs/8.3/static/textsearch.html
What dictionaries you have for arabic ?
>
> I am currently saving the english and arabic text in the same relation. So I
> guess I could create two indexes over the two dictionaries or should I split
> them ?
if arabic and english characters are not overlaped, you can use one index.
For example, for english/russian text we have one index
Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru)
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2009-01-05 18:04:31 | Re: Vacuum problems |
Previous Message | Jolles, Peter M (GE Infra, Energy) | 2009-01-05 17:26:15 | Insert into partion table without logic statement |