Re: WebObjects and Search Speed
Re: WebObjects and Search Speed
- Subject: Re: WebObjects and Search Speed
- From: Alan Ward <email@hidden>
- Date: Wed, 22 Oct 2003 16:55:23 -0700
On Wednesday, October 22, 2003, at 04:00 PM, b.bum wrote:
- do all of your searches in memory using whatever algorithm you need
It will be tons faster than searching in the database and will likely
require less code. Lucene and other indexing solutions are likely
overkill.
I'd agree if you're just doing exact matching... but if you're wanting
a "Did you mean..." feature or if you want to implement boost factors,
or many of the other common search mechanisms then you might
find that implementing that yourself is more effort than utilizing
an existing (and pretty good) open source codebase like Lucene.
b.bum
Alan
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.