public interface IndexJobClassItem extends RepositoryObject, IndexJobItem, DependentObject
Document
or Folder
), or any of its subclasses, that support indexing. All instances of the specified class are indexed.
Warning Do not change the CBREnabled
status of a class or property while an
IndexJob
operation is running on that class. Doing so can cause unpredictable results. Instead, stop any
index job running on a class before changing the configuration, then resubmit the index job for that class.
If the class selected to index is a base class (Versionable
, Document
, Annotation
,
Folder
, or CustomObject
), the server creates CmTextSearchIndex
objects to hold the
new indexing information. When this index operation completes, the server deletes the existing IBM® Content Search Services
indexes that previously held the indexing information. When indexing information is deleted, the server deletes all relevant indexes
rather than deleting indexes on a per-object basis. Therefore, indexing a base class is faster than indexing a subclass of the base class.
Note For indexing purposes, the Document
class is also considered to be a base class, because the
Document
class is the only subclass of the Versionable
class and no instances of the
Versionable
class can be created.
Modifier and Type | Method and Description |
---|---|
ClassDefinition |
get_ClassDefinition()
Returns the value of the ClassDefinition property.
|
java.lang.Boolean |
get_IncludeSubclassesRequested()
Returns the value of the IncludeSubclassesRequested property.
|
void |
set_ClassDefinition(ClassDefinition value)
Sets the value of the ClassDefinition property.
|
void |
set_IncludeSubclassesRequested(java.lang.Boolean value)
Sets the value of the IncludeSubclassesRequested property.
|
get_Id
getObjectStore
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
ClassDefinition get_ClassDefinition()
void set_ClassDefinition(ClassDefinition value)
java.lang.Boolean get_IncludeSubclassesRequested()
void set_IncludeSubclassesRequested(java.lang.Boolean value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.