com.filenet.api.admin

Interface CmElasticSearchIndex

    • Method Detail

      • get_Id

        Id get_Id()
        The unique object ID.
      • get_DateCreated

        java.util.Date get_DateCreated()
        The date and time this object was created.
      • get_BaseClassIds

        IdList get_BaseClassIds()
        The base classes associated with this collection.
      • set_BaseClassIds

        void set_BaseClassIds(IdList value)
        The base classes associated with this collection. Settability Restrictions: None.
      • get_IndexName

        java.lang.String get_IndexName()
        The name of the index
      • get_ResourceStatus

        ResourceStatus get_ResourceStatus()
        Open, closed, full, or standby status
      • set_ResourceStatus

        void set_ResourceStatus(ResourceStatus value)
        Open, closed, full, or standby status Settability Restrictions: None.
      • get_IndexSizeKbytes

        java.lang.Double get_IndexSizeKbytes()
        The size in KB of the full text Index
      • get_IndexedObjectCount

        java.lang.Double get_IndexedObjectCount()
        The number of objects in this full text index
      • get_IndexingStatus

        IndexingStatus get_IndexingStatus()
        The status of indexing for the full text index.
      • get_IndexShards

        java.lang.Integer get_IndexShards()
        The number of shards per index in this index area.
      • set_IndexShards

        void set_IndexShards(java.lang.Integer value)
        The number of shards per index in this index area. Settability Restrictions: None.
      • get_IndexReplicas

        java.lang.Integer get_IndexReplicas()
        The number of replicas per index in this index area.
      • set_IndexReplicas

        void set_IndexReplicas(java.lang.Integer value)
        The number of replicas per index in this index area. Settability Restrictions: None.
      • get_MaximumResultsWindow

        java.lang.Integer get_MaximumResultsWindow()
        The maximum number of results per query segment for indexes in this index area.
      • set_MaximumResultsWindow

        void set_MaximumResultsWindow(java.lang.Integer value)
        The maximum number of results per query segment for indexes in this index area. Settability Restrictions: None.
      • get_UpdateOperation

        java.lang.Integer get_UpdateOperation()
        An integer indicating the type of shards or replicas update in progress for the index,
      • get_UpdateHeldUntilDate

        java.util.Date get_UpdateHeldUntilDate()
        The date and time until which the lease is held on the index for the purpose of updating the number of shards or replicas, or until which update processing is suspended pending a retry.
      • get_UpdateFailureDescription

        java.lang.String get_UpdateFailureDescription()
        A description of the last failure that occurred when processing an update to the number of shards or replicas for the index,

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