Re: english parser in text search: support for multiple words in the same position - Mailing list pgsql-hackers

From Robert Haas
Subject Re: english parser in text search: support for multiple words in the same position
Date
Msg-id AANLkTimqRHnFKkAY7GH1-+w=ZAnvdFSDML=WY0pY1H5a@mail.gmail.com
Whole thread Raw
In response to Re: english parser in text search: support for multiple words in the same position  (Sushant Sinha <sushant354@gmail.com>)
Responses Re: english parser in text search: support for multiple words in the same position  (Sushant Sinha <sushant354@gmail.com>)
List pgsql-hackers
On Mon, Aug 2, 2010 at 9:12 AM, Sushant Sinha <sushant354@gmail.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


pgsql-hackers by date:

Previous
From: Markus Wanner
Date:
Subject: Re: english parser in text search: support for multiple words in the same position
Next
From: Robert Haas
Date:
Subject: Re: patch for check constraints using multiple inheritance