Click or drag to resize

Version 4.3.0

Release date: December 13, 2019

Changes
  • Fluent API: Added support for REMAP().
  • SphinxQL: Added new BulkCopy class which efficiently copies data from an IDataReader to an index.
  • SphinxQL: Parameter positions in the command text of an SphinxQLCommand are now cached for the lifetime of the command after the first execution. When executing the same SphinxQLCommand (possibly with different parameters) more than once, this reduces the time and allocations that are needed to prepare the command text before sending it to searchd.
  • SphinxQL/FluentAPI: Some more (small) internal optimizations.
  • FluentAPI: Fixed expression string provided to IFulltextQueryOptions.Ranker(SphinxRankMode.Expression) not being escaped.