Click or drag to resize
IAdvancedOperations Interface
Exposes advanced operations.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public interface IAdvancedOperations

The IAdvancedOperations type exposes the following members.

Methods
  NameDescription
Public methodAttachIndex
Attach a disk-index to a real-time index.
Public methodCreateFunction
Installs the user-defined function with the given name and type from the given library file name.
Public methodCreateSphinxQLExecutor
Creates an instance of ISphinxQLExecutor, which can be used to execute SphinxQL commands.
Public methodDropFunction
Drops the user-defined function with the given name.
Public methodFlushIndex(String)
Flush the real-time index with the given name.
Public methodFlushIndexTDocument
Flush the real-time index that stores the given document type.
Public methodOptimizeIndex(String)
Optimize the real-time index with the given name. Supported with Sphinx 2.1 and up.
Public methodOptimizeIndexTDocument
Optimize the real-time index that stores the given document type. Supported with Sphinx 2.1 and up.
Public methodTruncateIndex(String)
Truncate the real-time index with the given name. Supported with Sphinx 2.1 and up.
Public methodTruncateIndexTDocument
Truncate the real-time index that stores the given document type. Supported with Sphinx 2.1 and up.
Top
See Also