Fulltext Store Class
Provides access to Sphinx.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public sealed class FulltextStore : IFulltextStore,
IDisposableVB
Public NotInheritable Class FulltextStore
Implements 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. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets 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. |
| ToString | Returns 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.