Software Developer
Posts tagged search
Running ElasticSearch as a Service on Windows 2008 x64
May 20th
How to run ElasticSearch as a Windows Service on Windows 2008 x64
NHibernate.Search using Lucene.NET Full Text Index (3)
Apr 26th
In Part 1 we looked at how to create a full-text index of NHibernate persisted domain objects using the Lucene.NET project. Part 2 then looked at how to query the index complete with query-parsing and hit-highlighting of the results. Now that we have a full-text index there are other things that we can use it
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,
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