views:

57

answers:

1

Hi,

I am using Lucene.Net but there are some interesting Java components for Lucene (especially analyzers) that haven't been ported to Lucene.NET yet so maybe IKVM is a better choice. Some research has shown that IKVM seems to work pretty well, but I haven't seen anything regarding Lucene.

Does anybody have experience running Lucene with IKVM.NET and can share his impressions?

Thanks

+2  A: 

Not my experiences, but somebody else's from a while ago:

http://stackoverflow.com/questions/252249/how-do-you-run-lucene-on-net

On a related note, I've used Tika through IKVM and it worked pretty well.

Moleski
Excellent! Thanks for the link and sharing your experience with Tika. Tika is also on the list of libraries I would like to use from .NET. Right now I am starting the java version as separate process but a direct integration would be nicer.It seems IKVM is definitely worth a try.
maxxxx