Re: english parser in text search: support for multiple words in the same position
Sushant Sinha <sushant354@gmail.com>
From: Sushant Sinha <sushant354@gmail.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Markus Wanner <markus@bluegap.ch>, pgsql-hackers@postgresql.org
Date: 2010-09-08T13:22:16Z
Lists: pgsql-hackers
Attachments
- 9.0tokens.patch (text/x-patch) patch
For the headline generation to work properly, email/file/url/host need to become skip tokens. Updating the patch with that change. -Sushant. On Sat, 2010-09-04 at 13:25 +0530, Sushant Sinha wrote: > Updating the patch with emitting parttoken and registering it with > snowball config. > > -Sushant. > > On Fri, 2010-09-03 at 09:44 -0400, Robert Haas wrote: > > On Wed, Sep 1, 2010 at 2:42 AM, Sushant Sinha <sushant354@gmail.com> wrote: > > > I have attached a patch that emits parts of a host token, a url token, > > > an email token and a file token. Further, it makes sure that a > > > host/url/email/file token and the first part-token are at the same > > > position in tsvector. > > > > You should probably add this patch here: > > > > https://commitfest.postgresql.org/action/commitfest_view/open > > >