Re: [OT] Panther's Mail.app
Re: [OT] Panther's Mail.app
- Subject: Re: [OT] Panther's Mail.app
- From: Joseph Heck <email@hidden>
- Date: Sun, 26 Oct 2003 09:10:34 -0800
You can find quite a bit on the SearchKit at
http://developer.apple.com/documentation/UserExperience/Reference/
SearchKit/index.html
If you're familiar with Lucene, it has fairly similar logical
constructs (not surprising, given the author), but doesn't offer quite
the level of flexibility that Lucene does for it's indexing and search
components. For instance, there isn't a mechanism where you can provide
an "analysis" package to tokenize words in a way you might like (with
stemming, without stemming, etc) and you can turn stop words on or off,
but not provide your own custom list.
That lack of flexibility is by no means a strike against it though -
It's low level, fast, and effective indexing and search.
-joe
On Sunday, October 26, 2003, at 08:37 AM, petite_abeille wrote:
Hi Ben,
On Oct 26, 2003, at 14:48, Ben Dougall wrote:
panther's search kit looks a very useful thing, and i think may be
able to get text from mail. not sure - have a look on apple's cocoa
documentation page under recent additions.
Thanks. However... I don't seem to find any "recent additions" section
in the Cocoa documentation... Do you have an url handy?
Also, there seems to be a bunch of very interesting Private
Frameworks, namely:
LanguageAnalysisCore.framework
LatentSemanticMapping.framework
SearchEngine.framework
SearchKit.framework
SearchKit seems to be the only one with any headers. Any ideas about
the usage of the other frameworks? Any usage example related to
SearchKit?
Thanks :)
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.