com.filenet.api.admin

Interface IndexJobCollectionItem

  • All Superinterfaces:
    DependentObject, EngineObject, IndexJobItem, RepositoryObject, java.io.Serializable


    public interface IndexJobCollectionItem
    extends RepositoryObject, IndexJobItem, DependentObject
    Identifies an IBM® Content Search Services index to be full-text indexed. If the indexing data for one or more indexes becomes corrupted or lost (due to a storage device failure), the index must be reindexed. The reindexing operation deletes the current indexing data and creates new full-text index data to replace it.

    Warning Do not use indexing to address a change in the IsCBREnabled property status on a class or property definition. Only the existing data in the index or collection is submitted to be indexed (even if all the indexes of an object store are selected). Any classes that are newly enabled or disabled for indexing will not be reindexed because instances of these classes might not be in the existing indexes.

    Metadata

    • Method Detail

      • get_IndexationId

        Id get_IndexationId()
        Returns the value of the IndexationId property. For more information, see IndexationId Property.
      • set_IndexationId

        void set_IndexationId(Id value)
        Sets the value of the IndexationId property. For more information, see IndexationId Property.

© Copyright IBM Corporation 2006, 2013. All rights reserved.