Click or drag to resize

IAdvancedOperationsTruncateIndexTDocument Method

Truncate the real-time index that stores the given document type. Supported with Sphinx 2.1 and up.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
void TruncateIndex<TDocument>()

Type Parameters

TDocument
The type of document for which the index should be truncated.
Exceptions
ExceptionCondition
FulltextExceptionOccurs when there is an error during the execution of the operation.
See Also