Skip to content

stowellt/SolrNet

This branch is 180 commits behind SolrNet/SolrNet:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cc06e6a Â· Nov 21, 2019
May 24, 2016
Feb 11, 2018
Nov 21, 2019
Nov 21, 2019
Mar 4, 2019
Nov 21, 2019
Nov 21, 2019
Jan 24, 2018
Nov 21, 2019
Mar 20, 2019
Oct 6, 2018
Nov 21, 2019
Jan 25, 2018
Nov 21, 2019
Feb 11, 2018
Nov 21, 2019
Dec 16, 2018
Nov 21, 2019
Jan 11, 2019
Nov 21, 2019
Jan 24, 2018
Nov 21, 2019
Sep 27, 2019
Feb 3, 2018
Nov 20, 2019
Nov 21, 2019
Feb 28, 2018
Nov 21, 2019
Nov 21, 2019
Feb 25, 2018
Nov 21, 2019
Aug 20, 2017
Jan 14, 2018
Aug 9, 2017
Sep 11, 2018
Aug 6, 2019
Nov 21, 2019
Nov 21, 2019
Jan 11, 2018
Mar 14, 2010
Mar 14, 2010
Aug 14, 2017

Repository files navigation

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

Package Description .NET Framework .NET Standard
SolrNet.Core Core library, best used with one of the DI integration packages 4.6 2.0
SolrNet Lightweight DI - commonservicelocator 4.6 2.0
SolrNet.Windsor Castle Windsor integration 4.6 2.0
SolrNet.Microsoft.DependencyInjection Microsoft Core Dependency Injection 4.6.1 2.0
SolrNet.StructureMap StructureMap 4.6 2.0
SolrNet.Ninject Ninject 4.6 2.0
SolrNet.Unity Unity 4.6 2.0
SolrNet.Autofac Autofac 4.6 2.0
SolrNet.NHibernate NHibernate 4.6 -
SolrNet.SimpleInjector SimpleInjector 4.6 2.0

SolrCloud

Package Description .NET Framework .NET Standard
SolrNet.Cloud.Core Core library, best used with one of the DI integration packages 4.6 2.0
SolrNet.Cloud Lightweight DI - commonservicelocator 4.6 2.0
SolrNet.Cloud.Unity Unity 4.6 2.0

You can find the latest builds on our AppVeyor build service: Build status.

Documentation index

Contributing

See Contributing

Release notes

See Change Log

Packages

No packages published

Languages

  • C# 97.4%
  • XSLT 1.2%
  • JavaScript 1.0%
  • CSS 0.2%
  • HTML 0.1%
  • PowerShell 0.1%