SphinxConnector 3.8.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SphinxConnector --version 3.8.0
NuGet\Install-Package SphinxConnector -Version 3.8.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="3.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SphinxConnector --version 3.8.0
#r "nuget: SphinxConnector, 3.8.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=3.8.0

// Install SphinxConnector as a Cake Tool
#tool nuget:?package=SphinxConnector&version=3.8.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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.10.7 423 12/19/2014
3.10.6 147 10/20/2014
3.10.3 131 9/19/2014
3.10.1 72 9/17/2014
3.10.0 118 8/4/2014
3.9.1 120 3/31/2014
3.9.0 63 2/27/2014
3.8.1 75 11/19/2013
3.8.0 69 11/14/2013
3.7.0 61 8/15/2013
3.6.1 48 6/24/2013
3.6.0 45 6/13/2013
3.5.0 46 5/14/2013
3.4.0 44 4/16/2013
3.3.2 50 3/12/2013
3.3.0 44 2/27/2013
3.2.0 55 1/30/2013
3.1.4 76 11/2/2012
3.1.3 45 11/1/2012
3.1.0 56 10/25/2012
3.0.9 45 10/5/2012
3.0.8 74 9/19/2012
3.0.6 45 9/14/2012
3.0.4 44 9/11/2012
3.0.0 46 9/3/2012

Fluent API: Added support for HAVING (Sphinx 2.2.1).

Fluent API: Added support for LEAST and GREATEST to MVAs and JSON arrays via Min() and Max() methods (Sphinx 2.2.1).

Fluent API: Added support for IN, ALL, ANY, INDEXOF to JSON arrays (Sphinx 2.2.1).

Fluent API: Added support for array index access and null/not null comparisons for JSON objects (Sphinx 2.2.1).

Fluent API: Added support for new GEODIST() options (Sphinx 2.2.1).

Fluent API: Added support for LENGTH() to MVAs and JSON arrays via IEnumarable.Count(), ICollection.Count or Length (Sphinx 2.1.2).

Fluent API: Added support for BITDOT() function (Sphinx 2.1.2).

Fluent API: Added support for using user variables with In() and NotIn().

Fluent API: When sorting by a numeric JSON field, type conversion functions are automatically emitted with Sphinx 2.2.1, e.g. OrderBy(x => x.JSONObject.AnInt32) is translated to ORDER BY INTEGER(document.JSONObject.AnInt32).

Fluent API: Prediction counters returned from SHOW META have been renamed in Sphinx 2.2.1-beta, which means you can't use SphinxConnector.NET 3.8 with Sphinx 2.2 revisions prior to 4281 if you are using these counters. If you were using Sphinx 2.2.1 before the official beta release, you should update to the beta release. Also support for new counters has been added.

Native API: Added property for Sphinx 2.1.3 to SphinxVersion.