Represents an IBM® Content Search Services index, which holds the full-text indexing information that is created, updated, and searched by an IBM Content Search Services server. The Content Engine creates IBM Content Search Services indexes automatically as needed within an IBM Content Search Services index area. Each IBM Content Search Services index can be associated with only a single IBM Content Search Services index area. An IBM Content Search Services index specifies its status with the ResourceStatus property. When an index reaches its full capacity, its status is automatically set to FULL. Within a given object store, you can associate an IBM Content Search Services index with a date-valued property that acts as a date partition constraint and a string-valued property that acts as a string partition constraint.

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

ToggleSyntax

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

ToggleRemarks

Metadata

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

ToggleSee Also