Home

Awesome

SolrNet is an Apache Solr and SolrCloud client for .NET

SolrNet does not attempt to abstract much over Solr, it's assumed that you know what Solr is and how to use it, just as you need to know relational databases before using an ORM.

If you're not familiar with Solr, take your time to follow the Solr tutorial, see the FAQ and the docs. Consider getting a book.

Downloads

The easiest way to get going is to use our NuGet packages:

Solr

PackageDescription.NET Framework.NET Standard
SolrNet.CoreCore library, best used with one of the DI integration packages4.62.0
SolrNetLightweight DI - commonservicelocator4.62.0
SolrNet.WindsorCastle Windsor integration4.62.0
SolrNet.Microsoft.DependencyInjectionMicrosoft Core Dependency Injection4.6.12.0
SolrNet.StructureMapStructureMap4.62.0
SolrNet.NinjectNinject4.62.0
SolrNet.UnityUnity4.62.0
SolrNet.AutofacAutofac4.62.0
SolrNet.SimpleInjectorSimpleInjector4.62.0

SolrCloud

PackageDescription.NET Framework.NET Standard
SolrNet.Cloud.CoreCore library, best used with one of the DI integration packages4.62.0
SolrNet.CloudLightweight DI - commonservicelocator4.62.0
SolrNet.Cloud.UnityUnity4.62.0
SolrNet.Cloud.AutofacAutofac4.62.0

Documentation index

Contributing

See Contributing

Release notes

See Change Log