Re: Full text search on a complex schema - a classic problem?

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: Ivan Voras <ivoras(at)freebsd(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Full text search on a complex schema - a classic problem?
Date: 2010-05-23 05:17:30
Message-ID: 4BF8BA6A.5040401@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 23/05/10 10:40, Ivan Voras wrote:
> Hello,
>
> I have a schema which tracks various pieces of information which would
> need to be globally searchable.

If systems that exist outside the database its self are acceptable,
check out Apache Lucerne, and tools that use it like Hibernate Search.

--
Craig Ringer

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message rihad 2010-05-23 06:15:43 UPDATE ... RETURNING atomicity
Previous Message Stephen Frost 2010-05-23 03:06:02 Re: Moving from Mysql