Click or drag to resize
IAdvancedOperationsAttachIndex Method
Attach a disk-index to a real-time index.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
void AttachIndex(
	string diskIndexName,
	string realTimeIndexName
)

Parameters

diskIndexName
Type: SystemString
The name of the disk-index to attach.
realTimeIndexName
Type: SystemString
The name of the real-time index to attach to.
Exceptions
ExceptionCondition
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