How to create and search a Lucene.Net index in 4 simple steps using C#, Step 1
From the post:
As mentioned in a previous blog, using Lucene.Net to create and search an index was quick and easy. Here I will show you in these 4 steps how to do it.
- Create an index
- Build the query
- Perform the search
- Display the results
Before we get started I wanted to mention that Lucene.Net was originally designed for Java. Because of this I think the creators used some classes in Lucene that already exist in the .Net framework. Therefore, we need to use the entire path to the classes and methods instead of using a directive to shorten it for us.
Useful for anyone exploring topic maps as a native to MS Windows application.