Introduction - If you have any usage issues, please Google them yourself
This font represents a simple scenario of a search using Lucene.Net:
Given:
You have some data source (most probably a database) which has some distinctive textual data in it
You need to be able to:
Create Lucene search index from all the data in you data source and delete the whole index
Add single record to Lucene search index and delete single record from it
Search all fields in the Lucene search index and get matching records from Lucene search index ordered by their relevance
Search by a particular field in the Lucene search index and get matching records from Lucene search index ordered by their.