# Introduction

Documentation on getting started with SolrExpress is available at [getting started](http://solr-express.readthedocs.io/en/stable/tutorials/getting-started).

Tutorials is available at [tutorials](http://solr-express.readthedocs.io/en/stable/tutorials).

And release notes is available at [release notes](http://solr-express.readthedocs.io/en/stable/about/release-notes).

[![Travis build status](https://img.shields.io/travis/solr-express/solr-express.svg?label=travis-ci\&branch=dev\&style=flat-square)](https://travis-ci.org/solr-express/solr-express.svg/branches)

![.Net 4.0](https://img.shields.io/badge/.Net_4.0-Full_Compatibility-green.svg?style=flat-square) ![.Net 4.5](https://img.shields.io/badge/.Net_4.5-Full_Compatibility-green.svg?style=flat-square) ![.Net Core](https://img.shields.io/badge/.Net_Core-Full_Compatibility-green.svg?style=flat-square)

![Solr 4+](https://img.shields.io/badge/Solr_4.+-Full_Compatibility-green.svg?style=flat-square) ![Solr 5.3+](https://img.shields.io/badge/Solr_5.3+-Full_Compatibility-green.svg?style=flat-square) ![Solr 6+](https://img.shields.io/badge/Solr_6.+-Features_created_in_Solr_5.3_works_well-orange.svg?style=flat-square)

## What is?

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](https://img.shields.io/nuget/v/SolrExpress.Solr4.svg?style=flat-square\&label=nuget)](https://www.nuget.org/packages/SolrExpress.Solr4/) |
| Solr5    | `SolrExpress.Solr5` | [![NuGet](https://img.shields.io/nuget/v/SolrExpress.Solr5.svg?style=flat-square\&label=nuget)](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`        | [![NuGet](https://img.shields.io/nuget/v/SolrExpress.DI.Autofac.svg?style=flat-square\&label=nuget)](https://www.nuget.org/packages/SolrExpress.DI.Autofac/)               |
| Native .Net Core | `SolrExpress.DI.CoreClr`        | [![NuGet](https://img.shields.io/nuget/v/SolrExpress.DI.CoreClr.svg?style=flat-square\&label=nuget)](https://www.nuget.org/packages/SolrExpress.DI.CoreClr/)               |
| Ninject          | `SolrExpress.DI.Ninject`        | [![NuGet](https://img.shields.io/nuget/v/SolrExpress.DI.Ninject.svg?style=flat-square\&label=nuget)](https://www.nuget.org/packages/SolrExpress.DI.Ninject/)               |
| Simple Injector  | `SolrExpress.DI.SimpleInjector` | [![NuGet](https://img.shields.io/nuget/v/SolrExpress.DI.SimpleInjector.svg?style=flat-square\&label=nuget)](https://www.nuget.org/packages/SolrExpress.DI.SimpleInjector/) |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://solr-express.gitbook.io/docs/5.0.1/undefined.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
