SphinxConnector 3.10.0
See the version list below for details.
dotnet add package SphinxConnector --version 3.10.0
NuGet\Install-Package SphinxConnector -Version 3.10.0
<PackageReference Include="SphinxConnector" Version="3.10.0" />
paket add SphinxConnector --version 3.10.0
#r "nuget: SphinxConnector, 3.10.0"
// Install SphinxConnector as a Cake Addin #addin nuget:?package=SphinxConnector&version=3.10.0 // Install SphinxConnector as a Cake Tool #tool nuget:?package=SphinxConnector&version=3.10.0
SphinxConnector.NET is a .NET client API for the Sphinx full-text search engine. It provides a fluent query API with object mapping capabilities that allows for an easy integration of Sphinx into your applications. After the installation, SphinxConnector.NET operates in a trial-mode, which has some limitations in functionality. However, at http://www.sphinxconnector.net/Download, you can request a trial key to unlock all features for a period of 30 days.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Common.Logging (>= 2.1.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on SphinxConnector:
Package | Downloads |
---|---|
SphinxConnector.Logging.Microsoft.Extensions.Logging
SphinxConnector.NET Logger Provider for Microsoft.Extensions.Logging |
|
SphinxConnector.Logging.NLog
SphinxConnector.NET Logger Provider for NLog |
|
SphinxConnector.Logging.log4net
SphinxConnector.NET Logger Provider for log4net |
|
SphinxConnector.Logging.Serilog
SphinxConnector.NET Logger Provider for Serilog |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.4.1 | 109 | 10/19/2024 |
5.4.0 | 480 | 7/13/2024 |
5.3.0 | 2,837 | 6/13/2023 |
5.2.1 | 1,280 | 11/18/2022 |
5.2.0 | 915 | 11/15/2022 |
5.1.1 | 1,059 | 8/23/2022 |
5.1.0 | 19,203 | 2/1/2022 |
5.0.0 | 3,489 | 2/9/2021 |
4.4.0 | 3,285 | 2/21/2020 |
4.3.1 | 1,316 | 1/3/2020 |
4.3.0 | 1,263 | 12/13/2019 |
4.2.0 | 1,758 | 5/30/2019 |
4.1.0 | 3,583 | 11/30/2018 |
4.0.0 | 2,812 | 4/18/2018 |
3.12.7 | 3,175 | 9/6/2017 |
3.12.6 | 12,632 | 2/6/2017 |
3.12.4 | 2,267 | 9/9/2016 |
3.12.0 | 2,589 | 6/15/2016 |
3.11.0 | 7,238 | 9/7/2015 |
3.10.7 | 5,181 | 12/19/2014 |
3.10.6 | 2,242 | 10/20/2014 |
3.10.3 | 2,563 | 9/19/2014 |
3.10.1 | 2,122 | 9/17/2014 |
3.10.0 | 2,216 | 8/4/2014 |
3.9.1 | 2,215 | 3/31/2014 |
3.9.0 | 2,181 | 2/27/2014 |
3.8.1 | 2,223 | 11/19/2013 |
3.8.0 | 2,088 | 11/14/2013 |
3.7.0 | 2,007 | 8/15/2013 |
3.6.1 | 2,114 | 6/24/2013 |
3.6.0 | 2,032 | 6/13/2013 |
3.5.0 | 2,017 | 5/14/2013 |
3.4.0 | 2,118 | 4/16/2013 |
3.3.2 | 2,031 | 3/12/2013 |
3.3.0 | 1,960 | 2/27/2013 |
3.2.0 | 2,024 | 1/30/2013 |
3.1.4 | 2,856 | 11/2/2012 |
3.1.3 | 2,137 | 11/1/2012 |
3.1.0 | 2,111 | 10/25/2012 |
3.0.9 | 2,092 | 10/5/2012 |
3.0.8 | 2,096 | 9/19/2012 |
3.0.6 | 2,076 | 9/14/2012 |
3.0.4 | 2,117 | 9/11/2012 |
3.0.0 | 1,995 | 9/3/2012 |
Fluent API: Added method QueryMulti() to ISphinxQLExecutor.
Fluent API: Added support for projecting results into dynamic objects with ISphinxQLExecutor (.NET 4.0 and higher).
Fluent API: Added support for using In() with string attributes.
Fluent API: Added support for Math.Atan2() (Sphinx 2.2.4).
Fluent API: Dynamically generated expressions weren't handled correctly with projection methods.