Lucene.Net Best Practices
What are the best practices in using Lucene.Net? or where can I find a good lucene.net usage sample? Razzie If you're going to work with Lucene, I'd buy a good book that covers it from A to Z. Lucene has a very steep learning curve (in my opinion). It's not only knowing how to search your that's important - it's also about indexing it. Doing a basic search is easy, but creating an index that consists of millions of records of data and still being able to do a lightning fast search over it is possible but pretty hard. There's no tutorial that learns you that. I'd recommend Lucene in Action,