Click or drag to resize
Version 3.9.0

Release date: February 27, 2014

Changes
  • Fluent API: Added support for (method) call expressions to Select().
  • Fluent API: Where() now handles InvocationExpressions correctly.
  • Fluent API: Added functions MinTopWeight (MIN_TOP_WEIGHT()) and MinTopSortValue (MIN_TOP_SORTVAL()).
  • Fluent API: Fixed retrieval of prediction metadata with Sphinx 2.2.2-beta.
  • Fluent API: When deleting a document, the FulltextSessionContext reported the wrong operation type (Query instead of Delete) while calling IFulltextStore.Conventions.GetIndexName().
  • Fluent API: Made constructor of ConventionConfiguration class public to allow for easier mocking of IFulltextStore.
  • Fluent API: Expression type was sometimes not set correctly for generic dictionaries (JSON attributes), which could cause exceptions in binary expressions.
  • General: SphinxHelper.EscapeString now also escapes '<'.
  • Native API: Added 2.1.4, 2.1.5, 2.1.6, and 2.2.2 to SphinxVersion class.