Contains information about an index area that is specific to the Verity content-based retrieval engine. The
Top
ObjectStore.CBRLocale
property must be set before creating an instance of this class. The
property identifies the directory used to store full text indexing information.
The following tables list the members exposed by IVerityIndexArea.
Public Properties
Name | Description | |
---|---|---|
![]() | MaxCollections | The maximum number of collections that can be created in this index area. If this number is exceeded, the server sets the property to "closed", and for this same site and object store, changes to "open" the value of the first index area found having a value of "standby". |
![]() | RootDirectoryPath | The fully qualified path to the root directory for this storage area. The path can be a local mount point, a local path, or a UNC path. The following information is specific to the use of
|
![]() | SearchServersToAttach | The number of servers from the listing in the property that will be attached to a newly created collection. The servers chosen will be those with the fewest collections already attached to them. |
![]() | TempDirectoryPath | Assigns the directory to be used for storing temporary indexing files. The directory must be available to both the Content Engine and Verity servers, and can be a directory share, a local mount point, a UNC, or a local path. Note: If this is a local path, the Verity server must be located on the same machine as the Content Engine server, and there cannot be multiple Content Engine servers. |
![]() | TemplateType | Contains the Verity style file alias name that identifies the Verity style files used for indexing data. The style files control the format of indexed data (using exception word lists, for example). |
![]() | VerityCollections | The set of objects associated with this index area. Each Verity collection is a member of only one index area. |
![]() | VerityIndexServers | The names of all Verity index servers associated with the Verity administration server specified in the property. This list of index servers is returned by Verity. |
![]() | VeritySearchServers | The names of all Verity (search) servers associated with the Verity administration server specified in the property. This list of index servers is returned by Verity. |