Re: Full text search

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mladen(dot)gogala(at)vmsinfo(dot)com
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Full text search
Date: 2010-02-10 18:03:47
Message-ID: 18367.1265825027@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Mladen Gogala <mladen(dot)gogala(at)vmsinfo(dot)com> writes:
> Where can I find the list of separator characters for the configuration
> named "english"? In other words, I need the list of characters which
> delimit words.

The default parser is documented here:
http://www.postgresql.org/docs/8.4/static/textsearch-parsers.html

Anything that isn't a letter, a digit, or allowed by one of the
special cases mentioned there will be treated as a separator.

Also, a bit of experimentation with ts_debug() should clear up any
details you find unclear.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Lee 2010-02-10 20:35:37 Question about commit
Previous Message Mladen Gogala 2010-02-10 17:27:06 Full text search