com.filenet.api.admin

Interface VerityIndexArea

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

    Deprecated. 
    As of release 5.2.0.

    Metadata


    public interface VerityIndexArea
    extends RepositoryObject, IndexArea
    Represents the configuration of an IBM® Legacy Content Search Engine index area. An IBM Legacy Content Search Engine index area holds indexes that are created, updated, and queried by Verity servers. 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. The CBRLocale property of the object store must be set before creating an instance of this class.

    New Verity collections can only be created in an index area if the ResourceStatus property is set to OPEN. However, Verity collections in an index area are always searched during a query, regardless of the setting of the ResourceStatus property. If the number of Verity collections in an index area is equal to the value of the MaxCollections property, the ResourceStatus property is automatically set to FULL by the Content Engine server. This setting indicates that no more Verity collections 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.

    Note Beginning in the 5.1.0 release, the Legacy Content Search Engine is deprecated and support will be removed in a future release.

    • Method Detail

      • get_TemplateType

        java.lang.String get_TemplateType()
        Deprecated. 
        Returns the value of the TemplateType property. For more information, see TemplateType Property.
      • set_TemplateType

        void set_TemplateType(java.lang.String value)
        Deprecated. 
        Sets the value of the TemplateType property. For more information, see TemplateType Property.
      • get_RootDirectoryPath

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

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

        StringList get_VeritySearchServers()
        Deprecated. As of release 5.2.0.
        Returns the value of the VeritySearchServers property. For more information, see VeritySearchServers Property.
      • set_VeritySearchServers

        void set_VeritySearchServers(StringList value)
        Deprecated. As of release 5.2.0.
        Sets the value of the VeritySearchServers property. For more information, see VeritySearchServers Property.
      • get_SearchServersToAttach

        java.lang.Integer get_SearchServersToAttach()
        Deprecated. 
        Returns the value of the SearchServersToAttach property. For more information, see SearchServersToAttach Property.
      • set_SearchServersToAttach

        void set_SearchServersToAttach(java.lang.Integer value)
        Deprecated. 
        Sets the value of the SearchServersToAttach property. For more information, see SearchServersToAttach Property.
      • get_VerityIndexServers

        StringList get_VerityIndexServers()
        Deprecated. As of release 5.2.0.
        Returns the value of the VerityIndexServers property. For more information, see VerityIndexServers Property.
      • set_VerityIndexServers

        void set_VerityIndexServers(StringList value)
        Deprecated. As of release 5.2.0.
        Sets the value of the VerityIndexServers property. For more information, see VerityIndexServers Property.
      • get_MaxCollections

        java.lang.Integer get_MaxCollections()
        Deprecated. 
        Returns the value of the MaxCollections property. For more information, see MaxCollections Property.
      • set_MaxCollections

        void set_MaxCollections(java.lang.Integer value)
        Deprecated. 
        Sets the value of the MaxCollections property. For more information, see MaxCollections Property.
      • get_TempDirectoryPath

        java.lang.String get_TempDirectoryPath()
        Deprecated. 
        Returns the value of the TempDirectoryPath property. For more information, see TempDirectoryPath Property.
      • set_TempDirectoryPath

        void set_TempDirectoryPath(java.lang.String value)
        Deprecated. 
        Sets the value of the TempDirectoryPath property. For more information, see TempDirectoryPath Property.

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