Re: english parser in text search: support for multiple words in the same position

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: sushant354(at)gmail(dot)com
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Markus Wanner <markus(at)bluegap(dot)ch>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: english parser in text search: support for multiple words in the same position
Date: 2010-09-03 13:44:40
Message-ID: AANLkTi=-XR95c3cFGea+pHuE+VrePsP=aGz1nqe6teNR@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Sep 1, 2010 at 2:42 AM, Sushant Sinha <sushant354(at)gmail(dot)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

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2010-09-03 13:46:40 Re: regclass without error?
Previous Message Robert Haas 2010-09-03 13:43:13 Re: Streaming a base backup from master