Using SphinxConnector.NET with Manticore Search

by Dennis 19. October 2017 11:04

As some of you might already know, former members of the Sphinx team have created a fork of Sphinx called Manticore Search. As Manticore Search uses a different version string format than Sphinx, SphinxConnector.NET’s version string parser currently fails to parse it. As a workaround, just set mysql_version_string to 2.4.1-id64 in your config.

This will be addressed in V4 of SphinxConnector.NET which is currently in development.

Tags:

SphinxConnector.NET 3.12 has been released

by Dennis 15. June 2016 10:26

We're pleased to announce that SphinxConnector.NET 3.12 is available for download and via NuGet!

The fluent API has gotten support for the new suggestion feature introduced in the current development branch of Sphinx, memory allocations during logging have been optimized and the SphinxHelper.EscapeString method now also escapes MAYBE.

Additionally, two bugs have been fixed. For details, please refer to the version history.

Tags:

SphinxConnector.NET 3.11 has been released

by Dennis 8. September 2015 11:48

We're pleased to announce that SphinxConnector.NET 3.11 is available for download and via NuGet!

Probably the most important change is an updated Sphinx version string parser, now that Sphinx has moved to Git. Before, the Sphinx version string would contain the SVN revision, which SphinxConnector.NET used (in addition to the version) to determine Sphinx capabilities (and certain quirks). Starting from 2.2.10, only the version will be used, previous versions build with the SVN revision will be treated as before, i.e. the SVN revision will be taken into account.

To see the rest of the changes, please refer to the version history.

Tags:

SphinxConnector.NET 3.10 has been released

by Dennis 4. August 2014 16:02

We're pleased to announce that SphinxConnector.NET 3.10 is available for download and via NuGet!

The list of changes is available in the version history.

Tags:

Announcements

SphinxConnector.NET 3.9 has been released

by Dennis 27. February 2014 15:36

We're pleased to announce that SphinxConnector.NET 3.9 is available for download and via NuGet!

This is mainly a maintenance release with bug fixes and a few new features. The complete list of changes is available in the version history.

Tags:

Announcements