com.filenet.api.admin

Interface CmTextSearchAffinityGroup

  • All Superinterfaces:
    EngineObject, IndependentlyPersistableObject, IndependentObject, java.io.Serializable


    public interface CmTextSearchAffinityGroup
    extends IndependentlyPersistableObject
    Represents an affinity group of IBM® Content Search Services servers. An affinity group is a group of one or more servers that is dedicated to one or more IBM Content Search Services index areas. An affinity group can contain multiple servers and have multiple index areas assigned to it. Create an affinity group if you want to override the built-in load balancing feature of the Content Engine and dedicate servers to specific index areas.

    The Content Engine server uses a load-balancing algorithm to automatically assign IBM Content Search Services servers to indexes according to the indexing workload of the servers. If you want to override this built-in load balancing feature, you can create affinity groups and manually dedicate IBM Content Search Services servers to specific index areas.

    An IBM Content Search Services server can belong to, at most, one affinity group. A server that is a member of an affinity group can serve only index areas that are assigned to that affinity group and that belong to the same site as the server. A server that is not a member of an affinity group can serve only index areas that do not belong to an affinity group and belong to the same site as the server.

    An IBM Content Search Services index area can be assigned to, at most, one affinity group. An index area that is assigned to an affinity group can be served only by members of the affinity group that belong to the same site as the index area. An index area that is not assigned to an affinity group can be served only by servers that are not members of an affinity group and belong to the same site as the index area.

    Metadata

    • Method Detail

      • get_Creator

        java.lang.String get_Creator()
        Returns the value of the Creator property. For more information, see Creator Property.
      • set_Creator

        void set_Creator(java.lang.String value)
        Sets the value of the Creator property. For more information, see Creator Property.
      • get_DateCreated

        java.util.Date get_DateCreated()
        Returns the value of the DateCreated property. For more information, see DateCreated Property.
      • set_DateCreated

        void set_DateCreated(java.util.Date value)
        Sets the value of the DateCreated property. For more information, see DateCreated Property.
      • get_LastModifier

        java.lang.String get_LastModifier()
        Returns the value of the LastModifier property. For more information, see LastModifier Property.
      • get_DateLastModified

        java.util.Date get_DateLastModified()
        Returns the value of the DateLastModified property. For more information, see DateLastModified Property.
      • get_Id

        Id get_Id()
        Returns the value of the Id property. For more information, see Id Property.
      • get_DisplayName

        java.lang.String get_DisplayName()
        Returns the value of the DisplayName property. For more information, see DisplayName Property.
      • set_DisplayName

        void set_DisplayName(java.lang.String value)
        Sets the value of the DisplayName property. For more information, see DisplayName Property.
      • get_DescriptiveText

        java.lang.String get_DescriptiveText()
        Returns the value of the DescriptiveText property. For more information, see DescriptiveText Property.
      • set_DescriptiveText

        void set_DescriptiveText(java.lang.String value)
        Sets the value of the DescriptiveText property. For more information, see DescriptiveText Property.

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