IAdvanced Operations Interface
Exposes advanced operations.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public interface IAdvancedOperationsVB
Public Interface IAdvancedOperationsMethods
| AttachIndex | Attach a disk-index to a real-time index. |
| CreateFunction | Installs the user-defined function with the given name and type from the given library file name. |
| CreateSphinxQLExecutor | Creates an instance of ISphinxQLExecutor, which can be used to execute SphinxQL commands. |
| DropFunction | Drops the user-defined function with the given name. |
| FlushIndex(String) | Flush the real-time index with the given name. |
| FlushIndexTDocument | Flush the real-time index that stores the given document type. |
| OptimizeIndex(String) | Optimize the real-time index with the given name. Supported with Sphinx 2.1 and up. |
| OptimizeIndexTDocument | Optimize the real-time index that stores the given document type. Supported with Sphinx 2.1 and up. |
| TruncateIndex(String) | Truncate the real-time index with the given name. Supported with Sphinx 2.1 and up. |
| TruncateIndexTDocument | Truncate the real-time index that stores the given document type. Supported with Sphinx 2.1 and up. |