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: 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-08-02 13:32:59
Message-ID: AANLkTimqRHnFKkAY7GH1-+w=ZAnvdFSDML=WY0pY1H5a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Aug 2, 2010 at 9:12 AM, Sushant Sinha <sushant354(at)gmail(dot)com> wrote:
> The current text parser already returns url and url_path. That already
> increases the number of unique tokens. I am only asking for adding of
> normal english words as well so that if someone types only "wikipedia"
> he gets a match.
[...]
> Postgres english parser already emits urls as tokens. Only thing I am
> asking is on improving the tokenization and positioning.

Can you write a patch to implement your idea?

--
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 Robert Haas 2010-08-02 13:39:38 Re: patch for check constraints using multiple inheritance
Previous Message Markus Wanner 2010-08-02 13:26:35 Re: english parser in text search: support for multiple words in the same position