 | IAdvancedOperationsAttachIndex Method |
Attach a disk-index to a real-time index.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxvoid AttachIndex(
string diskIndexName,
string realTimeIndexName
)
Sub AttachIndex (
diskIndexName As String,
realTimeIndexName As String
)
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
See Also