1. nHibrnate.Search with nHibernate v2 stackoverflow.comI 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.comI 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.comIn 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 ... |