Faceted Search using Solr

How to use Solr faceted search :
  1. To understand and how to install, please read Apache Solr
  2. To using within .net, please read and download Solr client for .NET
  3. This is how solr first initialization. Put this code inside application_start within your Global.asax file
  4. This is how solr and solr.net related with your class data object
  5. To add to index, code shown as below
  6. To retrieve the data, based on faceted search by user
Please note :
  • Language : C# on ASP.Net
  • Library needed : Solrnet, Castle Windsor, and WindsorAdapter

May it helps,
Thanks

No comments:

Post a Comment