com.filenet.api.admin

Interface CmTextSearchIndexArea

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


    public interface CmTextSearchIndexArea
    extends RepositoryObject, IndexArea
    Represents the configuration of an IBM® Content Search Services index area. An IBM Content Search Services index area holds indexes that are created, updated, and queried by IBM Content Search Services servers. An IBM Content Search Services index area and the IBM Content Search Services servers that use it must all belong to the same site. Within each index area, you can control the number of indexes that can be created and the capacity of each of these indexes. In addition, you can specify the root directory to use for storing these indexes.

    New indexes can only be created in an index area if the ResourceStatus property is set to OPEN. However, indexes in an index area are always searched during a query, regardless of the setting of the ResourceStatus property. If the number of indexes in an index area is equal to the value of the MaxIndexes property, the ResourceStatus property is automatically set to FULL by the Content Engine server. This setting indicates that no more indexes can be created in the index area. Users are not allowed to set the status of an index area to FULL; only the Content Engine server can set this value. If there are no open index areas available, the Content Engine server searches for the an index area having a status of STANDBY and sets it to OPEN.

    Metadata

    • Method Detail

      • get_RootDirectoryPath

        java.lang.String get_RootDirectoryPath()
        Returns the value of the RootDirectoryPath property. For more information, see RootDirectoryPath Property.
      • set_RootDirectoryPath

        void set_RootDirectoryPath(java.lang.String value)
        Sets the value of the RootDirectoryPath property. For more information, see RootDirectoryPath Property.
      • get_MaxIndexes

        java.lang.Integer get_MaxIndexes()
        Returns the value of the MaxIndexes property. For more information, see MaxIndexes Property.
      • set_MaxIndexes

        void set_MaxIndexes(java.lang.Integer value)
        Sets the value of the MaxIndexes property. For more information, see MaxIndexes Property.
      • get_MaxObjectsPerIndex

        java.lang.Double get_MaxObjectsPerIndex()
        Returns the value of the MaxObjectsPerIndex property. For more information, see MaxObjectsPerIndex Property.
      • set_MaxObjectsPerIndex

        void set_MaxObjectsPerIndex(java.lang.Double value)
        Sets the value of the MaxObjectsPerIndex property. For more information, see MaxObjectsPerIndex Property.
      • get_MaxSizePerIndexKbytes

        java.lang.Double get_MaxSizePerIndexKbytes()
        Returns the value of the MaxSizePerIndexKbytes property. For more information, see MaxSizePerIndexKbytes Property.
      • set_MaxSizePerIndexKbytes

        void set_MaxSizePerIndexKbytes(java.lang.Double value)
        Sets the value of the MaxSizePerIndexKbytes property. For more information, see MaxSizePerIndexKbytes Property.
      • get_CmStandbyActivationPriority

        java.lang.Integer get_CmStandbyActivationPriority()
        Returns the value of the CmStandbyActivationPriority property. For more information, see CmStandbyActivationPriority Property.
      • set_CmStandbyActivationPriority

        void set_CmStandbyActivationPriority(java.lang.Integer value)
        Sets the value of the CmStandbyActivationPriority property. For more information, see CmStandbyActivationPriority Property.

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