15 Dec, 2008
My Lucene.Net experience - Part 2
Posted by: Carl In: asp.net| c#| development| lucene.net
(Link to Part 1)
Since my first post, I’ve been tinkering a bit more with Lucene.Net. I’ve added a few more columns to index, determined that a SimpleAnalyzer would fit my needs by tokenizing every word by not removing “stop words”, and I’ve created a Windows Service to do a multi-threaded index of my 350,106 rows [...]