Is there are Luke like tool for viewing lucene indexes in C# using the Lucene.NET api?

link|improve this question

65% accept rate
feedback

2 Answers

up vote 1 down vote accepted

If I could comment to a post, I would here, but...

Bajafresh is correct - you can use the Java version of Luke with indexes built in C# with Lucene.net. I used this approach on a job last year with no troubles. Even dropped Luke on my Program Manager's desktop so she could get a feel for the "new" technology.

link|improve this answer
feedback

Why can't you use the Java version of Luke? It should be compatible with indexes generated with Lucene.NET

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.