Re: Full text search ts_heading strange result - Mailing list pgsql-general

From Tom Lane
Subject Re: Full text search ts_heading strange result
Date
Msg-id 20408.1343313698@sss.pgh.pa.us
Whole thread Raw
In response to Re: Full text search ts_heading strange result  (Johann Spies <jspies@sun.ac.za>)
List pgsql-general
Johann Spies <jspies@sun.ac.za> writes:
> On Thu, Jul 26, 2012 at 04:19:02PM +0800, Craig Ringer wrote:
>> You'll need to store language information alongside each text value
>> if you want to do anything more sophisticated.

> I was afraid that that will be the case :)

I'm not sure that there's anything horribly wrong with the strategy
of using "simple" for everything.  You won't get language-aware stemming,
but maybe you don't need that.  The problem with what you originally
posted was not that "simple" was inadequate, but that you weren't
applying it consistently --- you didn't have
default_text_search_configuration set to match.

            regards, tom lane

pgsql-general by date:

Previous
From: Vincent Veyron
Date:
Subject: Re: BI tools and postgresql
Next
From: Merlin Moncure
Date:
Subject: Re: BI tools and postgresql