lucene.net
Lucene.Net Analyzer Tool update
I’ve recently been working with lucene.net and one of the things I needed was a custom analyzer. Luckily Andrew Smith has written up two articles about doing just that:
In those articles Andrew provides a nice tool to test lucene’s analyzers. The tool loads the analyzers from the lucene dll and allows you to select from the provided analyzers and see how they process entered text. I’ve made a few minor updates to the code so that it can load analyzers from dll’s selected at runtime, so that you can test them and see their output. You can get the updated project source code here: