IAdvancedOperationsAttachIndex Method

Attach a disk-index to a real-time index.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
void AttachIndex(
	string diskIndexName,
	string realTimeIndexName
)

Parameters

diskIndexName  String
The name of the disk-index to attach.
realTimeIndexName  String
The name of the real-time index to attach to.

Exceptions

ArgumentExceptionOccurs if diskIndexName or realTimeIndexName is empty.
ArgumentNullExceptionOccurs if diskIndexName or realTimeIndexName is null.
FulltextExceptionOccurs when there is an error during the execution of the operation.

See Also