{"id":13431657,"url":"https://github.com/solr-express/solr-express","last_synced_at":"2025-03-16T12:31:02.556Z","repository":{"id":32370394,"uuid":"35946588","full_name":"solr-express/solr-express","owner":"solr-express","description":"A simple and lightweight query .NET library for Solr, in a controlled, buildable and fail fast way.","archived":true,"fork":false,"pushed_at":"2020-10-06T09:31:48.000Z","size":9163,"stargazers_count":66,"open_issues_count":27,"forks_count":21,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-08-01T02:28:48.744Z","etag":null,"topics":["csharp","netcore","netstandard","solr"],"latest_commit_sha":null,"homepage":"https://solr-express.gitbook.io/docs/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/solr-express.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-20T12:31:09.000Z","updated_at":"2024-03-31T21:11:16.000Z","dependencies_parsed_at":"2022-09-13T04:02:28.754Z","dependency_job_id":null,"html_url":"https://github.com/solr-express/solr-express","commit_stats":null,"previous_names":[],"tags_count":50,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solr-express%2Fsolr-express","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solr-express%2Fsolr-express/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solr-express%2Fsolr-express/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solr-express%2Fsolr-express/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solr-express","download_url":"https://codeload.github.com/solr-express/solr-express/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221663621,"owners_count":16859867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","netcore","netstandard","solr"],"created_at":"2024-07-31T02:01:04.851Z","updated_at":"2024-10-27T10:32:02.658Z","avatar_url":"https://github.com/solr-express.png","language":"C#","funding_links":[],"categories":["Frameworks, Libraries and Tools","框架, 库和工具","Search"],"sub_categories":["Searching","搜索"],"readme":"# Solr Express\n\nDocumentation on getting started with SolrExpress is available at \u003chttps://solr-express.gitbook.io/docs/tutorials/getting-started\u003e.\n\nTutorials is available at \u003chttps://solr-express.gitbook.io/docs/tutorials\u003e.\n\nAnd release notes is available at \u003chttps://solr-express.gitbook.io/docs/about/release-notes\u003e.\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b7831786d85b4d78ab4e81ae976de0f4)](https://app.codacy.com/app/diego-l-brum/solr-express?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=solr-express/solr-express\u0026utm_campaign=Badge_Grade_Settings)\n[![Travis build status](https://img.shields.io/travis/solr-express/solr-express.svg?label=travis-ci\u0026branch=dev\u0026style=flat-square)](https://travis-ci.org/solr-express/solr-express.svg/branches)\n\n![.Net 4.0](https://img.shields.io/badge/.Net_4.0-Full_Compatibility-green.svg?style=flat-square)\n![.Net 4.5](https://img.shields.io/badge/.Net_4.5-Full_Compatibility-green.svg?style=flat-square)\n![.Net Core](https://img.shields.io/badge/.Net_Core-Full_Compatibility-green.svg?style=flat-square)\n\n![Solr 4+](https://img.shields.io/badge/Solr_4.+-Full_Compatibility-green.svg?style=flat-square)\n![Solr 5.3+](https://img.shields.io/badge/Solr_5.3+-Full_Compatibility-green.svg?style=flat-square)\n![Solr 6+](https://img.shields.io/badge/Solr_6.+-Features_created_in_Solr_5.3_works_well-orange.svg?style=flat-square)\n\n## Overview\n\nA simple and lightweight query .NET library for Solr, in a controlled, buildable and fail fast way.\n\n## Providers\n\nThe source for Solr4 and Solr5 providers are included in this project.\n\n| Provider | Package name        | Stable (`master` branch)                                                                                                                          |\n| -------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |\n| Solr4    | `SolrExpress.Solr4` | [![NuGet](https://img.shields.io/nuget/v/SolrExpress.Solr4.svg?style=flat-square\u0026label=nuget)](https://www.nuget.org/packages/SolrExpress.Solr4/) |\n| Solr5    | `SolrExpress.Solr5` | [![NuGet](https://img.shields.io/nuget/v/SolrExpress.Solr5.svg?style=flat-square\u0026label=nuget)](https://www.nuget.org/packages/SolrExpress.Solr5/) |\n\n## Dependency Injectors Containers\n\nThe source for Autofac, CoreClr, Ninject and Simple Injector containers are included in this project.\n\n| Provider         | Package name                    | Stable (`master` branch)                                                                                                                                                  |\n| ---------------- | ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| Autofac          | `SolrExpress.DI.Autofac`        | [![NuGet](https://img.shields.io/nuget/v/SolrExpress.DI.Autofac.svg?style=flat-square\u0026label=nuget)](https://www.nuget.org/packages/SolrExpress.DI.Autofac/)               |\n| Native .Net Core | `SolrExpress.DI.CoreClr`        | [![NuGet](https://img.shields.io/nuget/v/SolrExpress.DI.CoreClr.svg?style=flat-square\u0026label=nuget)](https://www.nuget.org/packages/SolrExpress.DI.CoreClr/)               |\n| Ninject          | `SolrExpress.DI.Ninject`        | [![NuGet](https://img.shields.io/nuget/v/SolrExpress.DI.Ninject.svg?style=flat-square\u0026label=nuget)](https://www.nuget.org/packages/SolrExpress.DI.Ninject/)               |\n| Simple Injector  | `SolrExpress.DI.SimpleInjector` | [![NuGet](https://img.shields.io/nuget/v/SolrExpress.DI.SimpleInjector.svg?style=flat-square\u0026label=nuget)](https://www.nuget.org/packages/SolrExpress.DI.SimpleInjector/) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolr-express%2Fsolr-express","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolr-express%2Fsolr-express","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolr-express%2Fsolr-express/lists"}