Click or drag to resize
Version 3.8.0

Release date: November 14, 2013

Changes
  • 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.