问题
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?
回答1:
You might want to try porting one of Phonetix's analyzers (Soundex, Metaphone or DoubleMetaphone)
来源:https://stackoverflow.com/questions/3223637/how-to-perform-phonetic-and-aproximative-search-in-lucene-net