IAdvanced OperationsFlush IndexTDocument Method
Flush the real-time index that stores the given document type.
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<TDocument>()
VB
Sub FlushIndex(Of TDocument)Type Parameters
- TDocument
- The type of document for which the index should be flushed.
Exceptions
| FulltextException | Occurs when there is an error during the execution of the operation. |