solr express
5.2.0
5.2.0
  • Introduction
  • About SOLR Express
    • Release notes
    • About
      • License
      • Packages
    • Benchmarks
      • Version 3.1.2
      • Version 5.0.0
    • Breaking changes
      • Version 5.0.0
  • Tutorials
    • Getting started
    • Basic Features
      • Queries
      • Fail fast
      • Global settings
      • Local parameter
    • Facets
      • Facet field
      • Facet query
      • Facet range
      • Facet spatial
      • Nested facet
    • Advanced Features
      • Authentication and Authorization
      • Dynamic field behaviour
      • Result interceptors
Powered by GitBook
On this page
  • SolrExpress.Core
  • SolrExpress.Solr4
  • SolrExpress.Solr5
  • SolrExpress.DI.Autofac
  • SolrExpress.DI.CoreClr
  • SolrExpress.DI.Ninject
  • SolrExpress.DI.SimpleInjector

Was this helpful?

  1. About SOLR Express
  2. About

Packages

SolrExpress.Core

Core library with main logic and generic implementations.

SolrExpress.Solr4

Provider for SOLR 4, full compatibility with the Solr 4.X.

Implementation using default query handler and mechanism provided by request parameters.

SolrExpress.Solr5

Provider for SOLR 5, full compatibility with the Solr 5.X.

Implementation using default query handler and mechanism provided by JSON Request API.

SolrExpress.DI.Autofac

Provider for Autofac Dependency Injection.

SolrExpress.DI.CoreClr

Provider for native .Net Core Dependency Injection.

SolrExpress.DI.Ninject

Provider for Ninject Dependency Injection.

SolrExpress.DI.SimpleInjector

Provider for Simple injector Dependency Injection.

PreviousLicenseNextBenchmarks

Last updated 6 years ago

Was this helpful?