nhibernate « Search « JPA Q&A





1. nHibrnate.Search with nHibernate v2    stackoverflow.com

I having trouble getting nHibernate.Search to create an Index. If I use 1.2.1.4 of nHibernate.dll & nHibernate.Search.dll then the index is created correctly and I can inspect it with Luke (a Lucene ...

2. NHibernate ICriteria search    stackoverflow.com

I have the following criteria search that I would expect to return 1 project with multiple task and contexts and a single user. What is actually getting returned is the same project ...

3. NHibernate - define where condition    stackoverflow.com

In my application the user can defines search-conditions. He can choose a column, set an operator (equals, like, greater than, less or equal than, etc.) and give in the value. After ...