chriseldredge / Lucene.Net.Linq

LINQ provider to run native queries on a Lucene.Net index
Other
151 stars 66 forks source link

Set per-field analyzers when using fluent style #56

Closed mattjohnsonpint closed 10 years ago

mattjohnsonpint commented 10 years ago

Fixes Issue #55

chriseldredge commented 10 years ago

Thanks for contributing! I've been pretty busy recently but hope to review and merge this within a couple weeks.

mattjohnsonpint commented 10 years ago

Glad to help. I don't know enough about the internals to know if this was exactly the right thing to do or not, but it seems to fix the problem I encountered. Feel free to adjust if there's a better way. Thanks.