Re: Postgresql Text Search

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Chris(dot)Ellis(at)shropshire(dot)gov(dot)uk
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgresql Text Search
Date: 2008-09-15 12:06:30
Message-ID: Pine.LNX.4.64.0809151603520.15810@sn.sai.msu.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 15 Sep 2008, Chris(dot)Ellis(at)shropshire(dot)gov(dot)uk wrote:

> Hi
>
> I've been using postgresql V8.3 to build a search engine for our intranet
> site.
> This has worked very well so far proving to be quick and relevant.
>
> However I've been wondering if postgresql's full text search supports
> literal matches. IE, matching an exact phrase in a document.
> I cannot find anything pertaining to literal matches in the manual.
>
> Does anyone know whether literal matches are support or any work around
> method for this.

Chris, this is in our TODO. I'll give a short talk about progress in
phrase search in Pgday. In brief, we got algebra for text queries, which
was a stumbling block for years.

>
> Obviously I could fall back onto a 'like' condition but would prefer not
> to.
>
> Chris Ellis
>
>
> ******************************************************************************
> If you are not the intended recipient of this email please do not send it on
> to others, open any attachments or file the email locally.
> Please inform the sender of the error and then delete the original email.
> For more information, please refer to http://www.shropshire.gov.uk/privacy.nsf
> ******************************************************************************
>
>

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru),
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2008-09-15 12:53:26 Re: Out of memory on SELECT (from sort?) in 8.3
Previous Message Joao Ferreira gmail 2008-09-15 11:12:48 Re: about partitioning