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: 5.3.0
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
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
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 the default hash function.
(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
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