IAdvanced OperationsAttach Index Method
Attach a disk-index to a real-time index.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
void AttachIndex(
string diskIndexName,
string realTimeIndexName
)VB
Sub AttachIndex (
diskIndexName As String,
realTimeIndexName As String
)Parameters
Exceptions
| ArgumentException | Occurs if diskIndexName or realTimeIndexName is empty. |
| ArgumentNullException | Occurs if diskIndexName or realTimeIndexName is null. |
| FulltextException | Occurs when there is an error during the execution of the operation. |