Reputation: 857
I'm in process of using lucene.net to implement auto-suggest and faceted search for a website.
Trying my hands with Analysis/Indexing, After index is created,
Upvotes: 1
Views: 216
Reputation: 51330
You can use the Luke tool, which can open a Lucene index and let you peek at the contents. It's very instructive.
I'm not including a link to the tool here, because it's poorly maintained. You have to download a Luke version matching your Lucene version - and several people released the tool for specific Lucene versions, find the one that's right for you.
(Lucene.NET indexes are compatible with Lucene indexes, and version numbers do match)
Upvotes: 1