Click or drag to resize
FulltextStore Class
Provides access to Sphinx.
Inheritance Hierarchy
SystemObject
  SphinxConnector.FluentApiFulltextStore

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public sealed class FulltextStore : IFulltextStore, 
	IDisposable

The FulltextStore type exposes the following members.

Constructors
  NameDescription
Public methodFulltextStore
Initializes a new instance of the FulltextStore class.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Initializes this instance.
Public methodCode exampleStartSession
Starts a new full-text session.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyConnectionString
Provides methods to configure a connection string for this instance. If no connection string is provided, the default will be used.
Public propertyConventions
Gets the conventions used to e.g. determine index- and attributes names for sessions started by this instance.
Public propertySettings
Gets the settings for this instance.
Top
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