Software Developer
Archive for March, 2008
NHibernate.Search using Lucene.NET Full Text Index (2)
Mar 30th
In NHibernate.Search using Lucene.NET Full Text Index (Part 1) we looked at setting up the NHibernate.Search extension to add full-text searching of NHibernate-persisted objects. Next, we’ll look at how we can perform Google-like searches using the Lucene.NET index and some tips on displaying the results including highlighting the search-terms. Our Book class has the Title,
Use Aliases to develop against SQL Server on different machines
Mar 13th
This is a little tip that I've found useful when working on projects on different machines. If you have a desktop machine and separate database server then you generally wouldn't need to have SQL server running locally – either the full version OR the SQL Express edition. So, within your app the connection string would
NHibernate.Search using Lucene.NET Full Text Index (1)
Mar 10th
Ayende added the NHibernate.Search last year but I've never seen a great deal of documentation or examples around it so hopefully this post will help others to get started with it. Basically, this addition to NHibernate brings two of the best open source libraries together – NHibernate as the Object Relational Mapper that persists your