Part One: How to index products in uCommerce using Lucene .NET
This post deals with indexing and searching products in uCommerce (an Umbraco ecommerce platform) using Lucene .NET (a dot net port of the Java Lucene text search engine library). This first post is about how to create an index using Lucene and C#, and will be followed up by a post of how to use that index for searching in Part Two.