 | IAdvancedOperationsFlushIndexTDocument Method |
Flush the real-time index that stores the given document type.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxvoid FlushIndex<TDocument>()
Sub FlushIndex(Of TDocument)
Type Parameters
- TDocument
- The type of document for which the index should be flushed.
ExceptionsException | Condition |
---|
FulltextException | Occurs when there is an error during the execution of the operation. |
See Also