https://github.com/solr-express/solr-express
A simple and lightweight query .NET library for Solr, in a controlled, buildable and fail fast way.
https://github.com/solr-express/solr-express
csharp netcore netstandard solr
Last synced: 8 months ago
JSON representation
A simple and lightweight query .NET library for Solr, in a controlled, buildable and fail fast way.
- Host: GitHub
- URL: https://github.com/solr-express/solr-express
- Owner: solr-express
- License: mit
- Archived: true
- Created: 2015-05-20T12:31:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T09:31:48.000Z (about 5 years ago)
- Last Synced: 2024-08-01T02:28:48.744Z (over 1 year ago)
- Topics: csharp, netcore, netstandard, solr
- Language: C#
- Homepage: https://solr-express.gitbook.io/docs/
- Size: 8.74 MB
- Stars: 66
- Watchers: 11
- Forks: 21
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dotnet-core - SolrExpress - 用于Solr的简单轻量级查询.NET库,采用可控,可构建和快速失败的方式。 (框架, 库和工具 / 搜索)
- system-architecture-awesome - SolrExpress - A simple and lightweight query .NET library for Solr, in a controlled, buildable and fail fast way (Search)
- awesome-dot-dev - SolrExpress - A simple and lightweight query .NET library for Solr, in a controlled, buildable and fail fast way (Search)
- fucking-awesome-dotnet-core - SolrExpress - Simple and lightweight query .NET library for Solr, in a controlled, buildable and fail fast way. (Frameworks, Libraries and Tools / Searching)
- awsome-dotnet - SolrExpress - A simple and lightweight query .NET library for Solr, in a controlled, buildable and fail fast way (Search)
- awesome-csharp - SolrExpress - A simple and lightweight query .NET library for Solr, in a controlled, buildable and fail fast way (Search)
- awesome-dotnet-cn - SolrExpress - A simple and lightweight query .NET library for Solr, in a controlled, buildable and fail fast way (Search)
- awesome-dotnet - SolrExpress - A simple and lightweight query .NET library for Solr, in a controlled, buildable and fail fast way (Search)
- awesome-dotnet-core - SolrExpress - Simple and lightweight query .NET library for Solr, in a controlled, buildable and fail fast way. (Frameworks, Libraries and Tools / Searching)
- awesome-dotnet - SolrExpress - A simple and lightweight query .NET library for Solr, in a controlled, buildable and fail fast way (Search)
- awesome-dotnet-core - SolrExpress - Simple and lightweight query .NET library for Solr, in a controlled, buildable and fail fast way. (Frameworks, Libraries and Tools / Searching)
README
# Solr Express
Documentation on getting started with SolrExpress is available at .
Tutorials is available at .
And release notes is available at .
[](https://app.codacy.com/app/diego-l-brum/solr-express?utm_source=github.com&utm_medium=referral&utm_content=solr-express/solr-express&utm_campaign=Badge_Grade_Settings)
[](https://travis-ci.org/solr-express/solr-express.svg/branches)






## 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` | [](https://www.nuget.org/packages/SolrExpress.Solr4/) |
| Solr5 | `SolrExpress.Solr5` | [](https://www.nuget.org/packages/SolrExpress.Solr5/) |
## 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` | [](https://www.nuget.org/packages/SolrExpress.DI.Autofac/) |
| Native .Net Core | `SolrExpress.DI.CoreClr` | [](https://www.nuget.org/packages/SolrExpress.DI.CoreClr/) |
| Ninject | `SolrExpress.DI.Ninject` | [](https://www.nuget.org/packages/SolrExpress.DI.Ninject/) |
| Simple Injector | `SolrExpress.DI.SimpleInjector` | [](https://www.nuget.org/packages/SolrExpress.DI.SimpleInjector/) |