When I read the Lucene.net docs, the only analyzer that I find is the standard one. I want to make sure I can do Phonetic or Aproximative search on my index. Is there some extra library I should use on top of Lucene.net?
A:
You might want to try porting one of Phonetix's analyzers (Soundex, Metaphone or DoubleMetaphone)
Mauricio Scheffer
2010-07-11 19:09:41
Thanks for the reply, but I think Phonetix's Analyzers are written in Java, not in .NET
Am
2010-07-12 05:19:28
@Am: yup, that's why I said "porting". They shouldn't be hard to port anyway, because Lucene.NET is very similar to Lucene Java.
Mauricio Scheffer
2010-07-12 12:33:25