Is there any NHibernate Search library which doesn’t require attributes on your entity properties?
I’d like to keep my entities as clean POCOs, so perhaps there is a fluent interface?
If not, perhaps I’ll write one!
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Woow old question, but maybe it should help.
I’ve just started a Fluent NHibernate.Search mapping interface similar to FluentNHibarnate, which allow you to map your entities without attributes.
You should take a look on the project site hosted on codeplex.
http://fnhsearch.codeplex.com/