Laid out as promised .NET client for Sphinx. The current version only supports the TCP / IP protocol (as the most comprehensive one available).
Main advantages:
Full implementation of all commands and attribute types supported by the server in 0.9.9-rc2
ADO.NET like API
Strongly typed public interface (i.e. no mess with converting Unix timestamp to DateTime, etc.)
There is a test example of a web interface to Sphinx, with support for paging
Subproject - GUI utility for experimenting with the server and tuning the search settings
The project is in the stage of release candidate. The most popular features are already tested and actively used (directly related to the search), but some add. classes have not been verified yet. Unit tests are also designed for only part of the classes. Functional tests so far only in the plans. ')
Future plans:
It requires reworking the test utility interface, which has turned out to be very congested. Perhaps switching to MDI will help ease it.
Make the documentation on the interface, the API is quite different from the "native" clients
LINQ to Sphinx (very long plans)
UPD: moved to the blog Sphinx (thanks shodan for karma)