FulltextStore Class

Provides access to Sphinx.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public sealed class FulltextStore : IFulltextStore, 
	IDisposable
Inheritance
Object    FulltextStore
Implements
IFulltextStore, IDisposable

Constructors

FulltextStore Initializes a new instance of the FulltextStore class.

Properties

ConnectionString Provides methods to configure a connection string for this instance. If no connection string is provided, the default will be used.
Conventions Gets the conventions used to e.g. determine index- and attributes names for sessions started by this instance.
Settings Gets the settings for this instance.

Methods

Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Initialize Initializes this instance.
Initialize(ActionIFulltextStoreInitializationActions) Initializes this instance and perform actions through action.
StartSession Starts a new full-text session.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

See Also