| SphinxSearchOptionsSetOuterSelect Method |
Namespace: SphinxConnector.NativeApi
| Exception | Condition |
|---|---|
| ArgumentNullException | Occurs if orderBy is null. |
| ArgumentException |
Occurs if orderBy is empty -or- if offset is less than zero -or- if limit is less than or equal to zero |
| InvalidOperationException | Occurs if Version is less than 2.1.1. |
SphinxClient sphinxClient = new SphinxClient(); sphinxClient.SearchOptions.SetOuterSelect("attribute ASC", 0, 10);