Represents the base, abstract class whose instances refer to IBM® Content Search Services index partioning properties of CBR-enabled objects in an object store. A CBR-enabled object is a Document, Annotation, CustomObject, or Folder object whose class description’s IsCBREnabled property has been set to true. A property of a CBR-enabled object that has been designated as an index partitioning property is used to determine the index in which to create an index for this object. When partition properties are specified in a text-search query, only indexes with the same partition property names and values are searched. Therefore, by configuring index partitioning in an object store, you can decrease the number of indexes that must be searched as a result of a query, provided that you use index partitioning properties in the query.

Each property of a CBR-enabled object that is assigned as an index partitioning property must be a custom string- or date-valued property with a settability of SETTABLE_ONLY_ON_CREATE. You can have no more than one string and one date index partitioning property assigned in an object store.

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

ToggleSyntax

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

ToggleRemarks

Metadata

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

ToggleSee Also