public interface CmTextSearchIndex extends RepositoryObject, EngineObject, DependentObject
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.
Modifier and Type | Method and Description |
---|---|
IdList |
get_BaseClassIds()
Returns the value of the BaseClassIds property.
|
Id |
get_CurrentIndexServer()
Returns the value of the CurrentIndexServer property.
|
java.util.Date |
get_DateCreated()
Returns the value of the DateCreated property.
|
Id |
get_Id()
Returns the value of the Id property.
|
java.lang.Double |
get_IndexedObjectCount()
Returns the value of the IndexedObjectCount property.
|
IndexingStatus |
get_IndexingStatus()
Returns the value of the IndexingStatus property.
|
java.lang.String |
get_IndexName()
Returns the value of the IndexName property.
|
CmIndexPartitionConstraintList |
get_IndexPartitionConstraints()
Returns the value of the IndexPartitionConstraints property.
|
java.lang.Double |
get_IndexSizeKbytes()
Returns the value of the IndexSizeKbytes property.
|
java.util.Date |
get_LeaseExpiryTime()
Returns the value of the LeaseExpiryTime property.
|
ResourceStatus |
get_ResourceStatus()
Returns the value of the ResourceStatus property.
|
void |
set_BaseClassIds(IdList value)
Sets the value of the BaseClassIds property.
|
void |
set_ResourceStatus(ResourceStatus value)
Sets the value of the ResourceStatus property.
|
getObjectStore
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
Id get_Id()
java.util.Date get_DateCreated()
IdList get_BaseClassIds()
void set_BaseClassIds(IdList value)
java.lang.String get_IndexName()
ResourceStatus get_ResourceStatus()
void set_ResourceStatus(ResourceStatus value)
java.lang.Double get_IndexSizeKbytes()
java.lang.Double get_IndexedObjectCount()
Id get_CurrentIndexServer()
java.util.Date get_LeaseExpiryTime()
CmIndexPartitionConstraintList get_IndexPartitionConstraints()
IndexingStatus get_IndexingStatus()
© Copyright IBM Corporation 2006, 2015. All rights reserved.