tsearch2 parser configuration

From: "Worky Workerson" <worky(dot)workerson(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: tsearch2 parser configuration
Date: 2007-02-06 20:39:13
Message-ID: ce4072df0702061239t67fbe1d2u5ea85fa8d44dbb98@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is it possible to configure the tsearch2 parser? I'd like a very dumb
parser that splits on everything that is not [a-zA-Z0-9.]. The
default parser seems to work well on my dataset except for the '/'
character ... it doesn't split mike/john into two lexemes. And ideas?

Thanks!

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas F. O'Connell 2007-02-06 20:44:22 8.2.2 Announcement?
Previous Message Tomas Vondra 2007-02-06 20:28:49 Re: partitioning / rules - strange behavior