Click or drag to resize
SphinxClientFlushAttributes Method
Causes Sphinx to do an attribute flush.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public int FlushAttributes()

Return Value

Type: Int32
The internal flush tag.
Exceptions
ExceptionCondition
NotSupportedExceptionVersion is less than 1.10.1
SphinxClientException An error occured while executing the request. See exception message and inner exception for details.
See Also