Represents the connection and configuration information for an IBM® Content Search Services server. An IBM Content Search Services server is associated with a particular site and can be used by any object store within that site. When you configure an IBM Content Search Services server, you can specify which tasks it performs (searching, indexing, or both). In addition, you can enable or disable an IBM Content Search Services server, and determine its connectivity to the Content Engine server.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Interface ICmTextSearchServer _
	Implements IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
C#
public interface ICmTextSearchServer : IIndependentlyPersistableObject, 
	IIndependentObject, IEngineObject, ICloneable
Visual C++
public interface class ICmTextSearchServer : IIndependentlyPersistableObject, 
	IIndependentObject, IEngineObject, ICloneable
JavaScript
FileNet.Api.Admin.ICmTextSearchServer = function();
FileNet.Api.Admin.ICmTextSearchServer.createInterface('FileNet.Api.Admin.ICmTextSearchServer');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: GenericObject

ToggleSee Also