Tag Archives: search

NHibernate Fluent Criteria

– Updated on the 2. January 2010 I have been using NHibernate for some time now, and I am very satisfied with the functionality it provides. However, I do really not like “magic strings” as these makes the code resistent … Continue reading

Posted in Development, Software | Tagged , , , | Leave a comment

Lucene.NET synonyms + analyzers

Here are two good articles covering two areas of Lucene.NET. The first is analyzers: http://www.codeproject.com/KB/cs/lucene_analysis.aspx   The second is how to make a search support synonyms: http://www.codeproject.com/KB/cs/lucene_custom_analyzer.aspx

Posted in Development | Tagged , , , | Leave a comment