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.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
JavaScript |
---|
FileNet.Api.Admin.ICmTextSearchIndexArea = function();
FileNet.Api.Admin.ICmTextSearchIndexArea.createInterface('FileNet.Api.Admin.ICmTextSearchIndexArea'); |