Apache Solr is an exceptional engine for Enterprise Search based on Lucene and usually the first question I got is: how can I integrate Solr with an existing Sql Server data storage to power up searches. Solr is used not as a primary data store because it is a Search Platform whose primary purpose is [...]

Continue reading about Loading data from Sql Server to Solr with a Data Import Handler

Getting Started With Lucene .NET Searching and more detail on Documents Fields Advanced Queries with Lucene.NET Case Sensitivity in Lucene.NET Searches Faceted searches with Lucene.NET Assign Tag To Lucene documents In the last part of my series on Lucene I show how simple is adding tags to document to do a simple tag based categorization, [...]

Continue reading about Index your blog using tags and lucene.net

Getting Started With Lucene .NET Searching and more detail on Documents Fields Advanced Queries with Lucene.NET Case Sensitivity in Lucene.NET Searches Faceted searches with Lucene.NET One of the good aspect of working with lucene.NET is that it is really similar to a NoSql database, because it permits you to store “document” where a document is [...]

Continue reading about Assign “tag” to lucene documents

Getting Started With Lucene .NET Searching and more detail on Documents Fields Advanced Queries with Lucene.NET Case Sensitivity in Lucene.NET Searches One of the coolest feature of Lucene.NET is the ability to do faceted searches with really few lines of code. A faceted search runs a query on an index and calculate the distribution of [...]

Continue reading about Faceted searches with Lucene.NET