SphinxConnector 4.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SphinxConnector --version 4.0.0
NuGet\Install-Package SphinxConnector -Version 4.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SphinxConnector" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SphinxConnector --version 4.0.0
#r "nuget: SphinxConnector, 4.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SphinxConnector as a Cake Addin
#addin nuget:?package=SphinxConnector&version=4.0.0

// Install SphinxConnector as a Cake Tool
#tool nuget:?package=SphinxConnector&version=4.0.0

SphinxConnector.NET is a fully asynchronous .NET client API for the Sphinx full-text search engine and its fork Manticore Search. 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 https://www.sphinxconnector.net/Download, you can request a trial key to unlock all features for a period of 30 days.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.3.0 1,088 6/13/2023
5.2.1 1,232 11/18/2022
5.2.0 886 11/15/2022
5.1.1 1,026 8/23/2022
5.1.0 15,472 2/1/2022
5.0.0 3,317 2/9/2021
4.4.0 3,237 2/21/2020
4.3.1 1,291 1/3/2020
4.3.0 1,236 12/13/2019
4.2.0 1,725 5/30/2019
4.1.0 3,521 11/30/2018
4.0.0 2,773 4/18/2018
3.12.7 3,082 9/6/2017
3.12.6 10,794 2/6/2017
3.12.4 2,233 9/9/2016
3.12.0 2,560 6/15/2016
3.11.0 7,205 9/7/2015
3.10.7 4,964 12/19/2014
3.10.6 2,211 10/20/2014
3.10.3 2,527 9/19/2014
3.10.1 2,073 9/17/2014
3.10.0 2,187 8/4/2014
3.9.1 2,177 3/31/2014
3.9.0 2,146 2/27/2014
3.8.1 2,170 11/19/2013
3.8.0 2,057 11/14/2013
3.7.0 1,972 8/15/2013
3.6.1 2,075 6/24/2013
3.6.0 2,000 6/13/2013
3.5.0 1,986 5/14/2013
3.4.0 2,080 4/16/2013
3.3.2 1,996 3/12/2013
3.3.0 1,926 2/27/2013
3.2.0 1,991 1/30/2013
3.1.4 2,796 11/2/2012
3.1.3 2,104 11/1/2012
3.1.0 2,077 10/25/2012
3.0.9 2,060 10/5/2012
3.0.8 2,063 9/19/2012
3.0.6 2,044 9/14/2012
3.0.4 2,087 9/11/2012
3.0.0 1,962 9/3/2012

General: .NET 4.5 is now the minimum required version when running on .NET Framework.

General: Added build for .NET Standard 2.0.

General: Sphinx 2.2.1 is now the minimum required version.

SphinxQL/FluentAPI: Added implementations of async methods.

SphinxQL/FluentAPI: A number of optimizations to reduce memory allocations and garbage collections.

SphinxQL/FluentAPI: Adapted version string parser to work with Manticore Search.

Fluent API: The JSON.NET library is no longer merged into the SphinxConnector.dll, it is now referenced via NuGet.
This is a possible breaking change.

Fluent API: SphinxConnector.NET now uses the FastExpressionCompiler to compile expression trees which results
in faster execution times and less memory allocations.

Fluent API: Added new method Metadata() to IFulltextQuery and removed overloads of ToList(), First() etc. that return
query metadata. This is a breaking change.

Fluent API: Statement generation for Where() now emits braces, as Manticore Search added support for using OR in WHERE.
The number of generated braces can still be optimized, which will be done in a future version.

Fluent API: Added method Set to IFulltextQueryOptions which takes the option name as a string parameter, to allow newly
added options to be used immediately.

Fluent API: Added overload to extension method GetSnippet which takes an instance of SnippetOptions as an argument.

Fluent API: Fixed cast not being emitted when accessing a numeric value in a dictionary within Select().