Apache SOLR in .NET Applications
In one of our latest projects there was a need to implement a full-text search engine. We had several search requirements such as filtering by categories, searching near a given location and, of course, searching for a specific keyword. We already had experience using Lucene.Net so we chose to use Apache Solr, which uses the Lucene library to provide fast searches and full-text indexation to give better performance.
Read more