Feature List
Native API
- Support for Sphinx 0.9.8, 0.9.9 and 1.10.1 (preliminary) in one library
- Support for performing queries via SphinxQL
- Support for string attributes introduced with Sphinx 1.10.1
- Support for features introduced in 0.9.9 like:
- Persistent connections: open one connection for several operations to minimize connection
overhead.
- Override attributes: temporarily change the value of an attribute without modifying
the actual value for advanced search scenarios.
- Select clause: write SQL-like statements to operate on attributes
- Configurable Encoding
- Search related features:
- Set value and range filters
- Schedule several queries for batch execution
- Specify how Sphinx should match and rank documents
- and more
- Access to additional functions exposed by the Sphinx search engine:
- Build excerpts
- Build keywords
- Update attributes
- Query Sphinx for status variables
- SphinxConnector.NET uses custom types as arguments for methods operating on Sphinx
attributes. This gives you strongly typed access to these methods and also enables
the compiler to check whether the operation is valid for a given type.
Sphinx QL
- Based on standard ADO.NET 2.0 classes
- SphinxQLConnection
- SphinxQLConnectionStringBuilder
- SphinxQLCommand
- SphinxQLDataAdapter
- SphinxQLDataReader
- SphinxQLParameter
- SphinxQLTransaction
- Insert and Update Records in Real-Time Indexes
- Select from any Index Type
- Select via DataReader or DataAdapter
- Connection Pooling for Maximum Performance
- Support for Transactions
- Support for Command Parameters