IAdvanced OperationsFlush Index(String) Method
Flush the real-time index with the given name.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
void FlushIndex(
string indexName
)VB
Sub FlushIndex (
indexName As String
)Parameters
- indexName String
- The name of the index to flush.
Exceptions
| ArgumentException | Occurs if indexName is empty. |
| ArgumentNullException | Occurs if indexName is null. |
| FulltextException | Occurs when there is an error during the execution of the operation. |