Re: searching archives should be a weeeee bit faster ...

From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Sean Chittenden <sean(at)chittenden(dot)org>
Cc: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: searching archives should be a weeeee bit faster ...
Date: 2003-09-04 23:37:38
Message-ID: 20030904203636.X51587@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 4 Sep 2003, Sean Chittenden wrote:

> > yes it is/was ...I've just removed it from the list of stop words,
> > but am not going to force a re-index of 250k URLs ;( So, any new
> > index'ng will pull in index as a valid search word, and when the
> > current URLs expire/re-index,they will get pulled in then also ...
>
> Hrm... if I search for "correlation," I get some results. If I search
> for "index," I don't get anything (expected), but if I search for
> "index correlation," I get nothing. Why isn't it returning the same
> results as when I searched for "correlation?"
>
> Just a scratch that I finally had to scratch and ask about...

my understanding of how it searches is it defaults to an 'and' ... so it
would have to find all docs that have both index (0) *and* correlation (n)
... which would equal zero results ...

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-09-05 00:58:18 Re: descending Indexes
Previous Message Sean Chittenden 2003-09-04 23:34:52 Re: searching archives should be a weeeee bit faster ...