Is there are Luke like tool for viewing lucene indexes in C# using the Lucene.NET api?
Asked
Active
Viewed 2,429 times
3 Answers
4
Why can't you use the Java version of Luke? It should be compatible with indexes generated with Lucene.NET

bajafresh4life
- 12,491
- 5
- 37
- 46
2
I realize this is an old question. There is an alternative now. Luke.NET available on CodePlex: http://luke.codeplex.com/

sirchristian
- 521
- 1
- 6
- 10
1
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.

SethO
- 2,703
- 5
- 28
- 38