• This repository has been archived on 06/Oct/2020
  • Stars
    star
    66
  • Rank 452,020 (Top 10 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 9 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple and lightweight query .NET library for Solr, in a controlled, buildable and fail fast way.

Solr Express

Documentation on getting started with SolrExpress is available at https://solr-express.gitbook.io/docs/tutorials/getting-started.

Tutorials is available at https://solr-express.gitbook.io/docs/tutorials.

And release notes is available at https://solr-express.gitbook.io/docs/about/release-notes.

Codacy Badge Travis build status

.Net 4.0 .Net 4.5 .Net Core

Solr 4+ Solr 5.3+ Solr 6+

Overview

A simple and lightweight query .NET library for Solr, in a controlled, buildable and fail fast way.

Providers

The source for Solr4 and Solr5 providers are included in this project.

Provider Package name Stable (master branch)
Solr4 SolrExpress.Solr4 NuGet
Solr5 SolrExpress.Solr5 NuGet

Dependency Injectors Containers

The source for Autofac, CoreClr, Ninject and Simple Injector containers are included in this project.

Provider Package name Stable (master branch)
Autofac SolrExpress.DI.Autofac NuGet
Native .Net Core SolrExpress.DI.CoreClr NuGet
Ninject SolrExpress.DI.Ninject NuGet
Simple Injector SolrExpress.DI.SimpleInjector NuGet