Home - Back
Anders Lybecker

Miracle A/S

About

Anders Lybecker is a solution architect at Miracle; his primary expertise is the Microsoft .Net framework and SQL Server which he has been working with since the start of this century - writing C# code with the .Net framework since early beta 1 in 2001.

He holds a degree in software engineering specializing in software development.

Website/Blog

Blog: http://www.lybecker.com/blog/

Video
Track: .NET

Session title

Session description

Making freetext search with Lucene.NET work for you

Lucene is an open source full-featured text search engine library, making searching in large amounts of text lightning fast. Lucene are in use by many large sites like Wikipedia, LinkedIn, MySpace etc.

It is easy to get started with Lucene, but there are many pitfalls… In this session you will learn about the do's and don't's for indexing and searching, tools, scaling, new features in version 2.9 and some of the more advanced features.
This presentation will use the Microsoft .Net implementation of Lucene named Lucene.Net in the presentation, but the content of this presentation applies for ported version of Lucene.