Lucene Custom Analyzer
A second neat trick I did with Lucene this week was to wrap the StandardAnalyzer with my own analyzer (see here for the other post on Lucene I did a few days ago).
The problem I was trying to address is very simple. I have a nice web service API for my search engine. The incoming [...]









