by Leon Cullens
18. november 2012 15:50
Full-Text Search is a very powerful feature that can be used for a wide range of business scenarios such as building a search engine. The problem is that Full-Text Indexes aren't supported in the current version of SQL Azure, so we have to use Lucene.NET for this. At the moment of writing, Lucene.NET does not work with the latest Azure SDK, so we had to fix that. In this post I will describe how I got Lucene.NET 3.0.3.0 working on Azure with SDK 1.8. More...