Full text search in Chinese - Mailing list pgsql-general

From Christian Jensen
Subject Full text search in Chinese
Date
Msg-id CAJ5XRCnPO_UXAnSTDZQMUvk7nJ02F4hSS_bL+uwxr6CeQuJJnQ@mail.gmail.com
Whole thread Raw
List pgsql-general
Can anyone shed any light on how I might go about implementing full text search for Chinese?

I have heard I need to go down the NGRAM route but would love to get some external feedback.

Our application has a per user 'ignore' list that we 'left outer join where null' sort of deal on so I really rather not go out to Solr or anything external if possible.

I bet there is something simple as it seems like each character is an individual search term.

Thoughts? Hints? Am I posting in the right place?

Thanks!

--

Christian Jensen
724 Ioco Rd
Port Moody, BC V3H 2W8
+1 (778) 996-4283

christian@jensenbox.com


pgsql-general by date:

Previous
From: Craig Ringer
Date:
Subject: EDB installer should check for valid %COMSPEC%
Next
From: Xiaobo Gu
Date:
Subject: Re: How to list all schema names inside a PostgreSQL database through SQL