Re: localized fulltext search

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Viktor Bojović <viktor(dot)bojovic(at)gmail(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: localized fulltext search
Date: 2016-12-26 23:25:47
Message-ID: 18612.1482794747@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

=?UTF-8?Q?Viktor_Bojovi=C4=87?= <viktor(dot)bojovic(at)gmail(dot)com> writes:
> i have to develop some application which uses croatian fulltext search.
> How can i add missing text configuration?

There's none supplied with Postgres, so you'd have to put together your
own. See sections 12.5-12.8 in the manual (Parsers through Testing and
Debugging Text Search). It looks like there's an ispell Croatian
dictionary available, so it shouldn't take long to put together at least
basic support with an ispell dictionary.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Marc Fromm 2016-12-28 17:41:19 data export has strange decimal values
Previous Message Viktor Bojović 2016-12-26 22:15:42 localized fulltext search