public interface CmTextSearchPartitionProperty extends EngineObject, DependentObject
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.
Modifier and Type | Method and Description |
---|---|
Id |
get_Id()
Returns the value of the Id property.
|
java.lang.String |
get_PartitionPropertyName()
Returns the value of the PartitionPropertyName property.
|
void |
set_PartitionPropertyName(java.lang.String value)
Sets the value of the PartitionPropertyName property.
|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
Id get_Id()
java.lang.String get_PartitionPropertyName()
void set_PartitionPropertyName(java.lang.String value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.