SphinxConnector.NET
Dennis Gronewold
Version: 3.3.2
SphinxConnector.NET is an all managed .NET client library to access the functions and features of the Sphinx full-text search engine from any .NET application. It offers developers several API choices for accessing Sphinx, the fluent API being the latest and greatest!
The fluent API provides you with a LINQ-like query API to design your full-text queries. It is tailored to the needs of .NET developers working with the Sphinx full-text search engine.
In addition to the fluent API, SphinxConnector.NET provides developers with implementations of both the native API and standard ADO.NET classes for executing SphinxQL statements.
About Sphinx:
Sphinx search provides a rich feature set for doing full text searches in SQL databases and XML files. Natively supported databases include Microsoft SQL Server, MySQL, and PostreSQL. Other databases can be used via ODBC. To learn more about Sphinx please visit www.sphinxsearch.com.