> -----Original Message-----
> From: Ged Haywood [mailto:[EMAIL PROTECTED]]
> 
> Hi all,
> 
> On Mon, 15 Oct 2001, Ask Bjoern Hansen wrote:
> 
> > On Fri, 12 Oct 2001, Perrin Harkins wrote:
> > 
> > [...]
> > > Plus lots of other stuff like Glimpse and Swish which 
> interface to C-based
> > > engines.
> > 
> > I've had good luck with http://swish-e.org/2.2/
> 
> Please make sure that it's possible to do a plain ordinary literal
> text string search.  Nothing fancy, no case-folding, no automatic
> removal of puctuation, nothing like that.  Just a literal string.
> 
> Last night I tried to find "perl -V" on all the search engines
> mentioned on the mod_perl home page and they all failed in various
> interesting ways.
> 
> If somebody knows what I'm doing wrong, please post.

I've written a RDBMS backed search engine that could do such queries, but it
gets expensive after a while, as you have to do table-scans of the full text
of every page in your DBMS to find the match. One thing I could have done
would be to split up the match so it would try and match "perl and -V",
before doing the full text search on the subset of results. Never got around
to doing that though. I suspect most search engines (with the exception of
maybe google) are in the same or similar boat.

Matt.

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

Reply via email to