Closed mattjohnsonpint closed 10 years ago
Thanks for reporting. I moved your code to encapsulate the behavior and noticed it needed to be added for Key properties as well. I'll close the issue after releasing to nuget.org.
Fix deployed in http://www.nuget.org/packages/Lucene.Net.Linq/3.2.57
When using the fluent mappings, I am getting no results back when searching on a string containing at least one upper-case letter. It would appear that even though the
ClassMap
is properly settingCaseInsensitiveKeywordAnalyzer
, this isn't being copied into thePerFieldAnalyzer
properly.Failing unit test: https://gist.github.com/mj1856/9147377