Re: Lucene/Cocoa integration
Re: Lucene/Cocoa integration
- Subject: Re: Lucene/Cocoa integration
- From: Jesse Grosjean <email@hidden>
- Date: Wed, 24 Jan 2007 15:17:30 -0500
A few years back I used the Cocoa Java bridge to use Java lucene from
an Objective-c cocoa app. Generally it worked most of the time, but
there always seemed to be many issues and a fairly constant stream of
related crashes that I couldn't detect. Things might work a lot
better if you use JNI directly (instead of the now deprecated cocoa
java bridge), but you'll still have the cost of running the JVM along
with your app.
If possible I would highly recommend that you take a look at the
SearchKit api. It might not be quite as feature filled as lucene, but
it generally does the same thing, and it's a lot easier to use from
cocoa.
Jesse
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden