com.filenet.api.admin

Interface CmElasticSearchIndexArea

    • Method Detail

      • get_ElasticSearchIndexes

        CmElasticSearchIndexList get_ElasticSearchIndexes()
        The Elastic Search indexes associated to this index area
      • set_ElasticSearchIndexes

        void set_ElasticSearchIndexes(CmElasticSearchIndexList value)
        The Elastic Search indexes associated to this index area Settability Restrictions: None.
      • get_MaxIndexes

        java.lang.Integer get_MaxIndexes()
        The maximum number of indexes to create in this index area
      • set_MaxIndexes

        void set_MaxIndexes(java.lang.Integer value)
        The maximum number of indexes to create in this index area Settability Restrictions: None.
      • get_MaxObjectsPerIndex

        java.lang.Double get_MaxObjectsPerIndex()
        The maximum number of objects that a full text index can contain.
      • set_MaxObjectsPerIndex

        void set_MaxObjectsPerIndex(java.lang.Double value)
        The maximum number of objects that a full text index can contain. Settability Restrictions: None.
      • get_MaxSizePerIndexKbytes

        java.lang.Double get_MaxSizePerIndexKbytes()
        The maximum size in KB that a full text index can have
      • set_MaxSizePerIndexKbytes

        void set_MaxSizePerIndexKbytes(java.lang.Double value)
        The maximum size in KB that a full text index can have Settability Restrictions: None.
      • get_CmStandbyActivationPriority

        java.lang.Integer get_CmStandbyActivationPriority()
        Specifies the priority of this area for activation from Standby when other areas become full. A value of zero is highest priority.
      • set_CmStandbyActivationPriority

        void set_CmStandbyActivationPriority(java.lang.Integer value)
        Specifies the priority of this area for activation from Standby when other areas become full. A value of zero is highest priority. Settability Restrictions: None.
      • 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: This property is settable only on create.
      • 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: This property is settable only on create.
      • 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: This property is settable only on create.

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