SphinxConnector.NET 6.0.0
SphinxConnector.NET 6.0.0
SphinxConnector.NET 6
SphinxConnector.FluentApi
IAdvancedOperations Interface
IAdvancedOperations Methods
TruncateIndex Method
TruncateIndex<TDocument> Method
TruncateIndex(String) Method
IAdvanced
Operations
Truncate
Index
TDocument
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: 6.0.0
Syntax
C#
VB
Copy
void
TruncateIndex
<TDocument>()
Sub
TruncateIndex
(
Of
TDocument)
Type Parameters
TDocument
The type of document for which the index should be truncated.
Exceptions
Exception
Condition
FulltextException
Occurs when there is an error during the execution of the operation.
See Also
Reference
IAdvancedOperations Interface
TruncateIndex Overload
SphinxConnector.FluentApi Namespace
Parts of the documentation are taken from the official
Sphinx documentation
by courtesy of
Sphinx Technologies Inc.
Copyright Dennis Gronewold
Send comments on this topic to
contact@sphinxconnector.net