Contains the Verity configuration data (properties) for a server instance. This configuration data can differ from one server to the next.
A VerityServerConfiguration object is contained in the SubsystemsConfiguration property of Domain,
Site, VirtualServer, and ServerInstance objects. The VerityServerConfiguration object used is the first
occurrence found by searching (in this order) the ServerInstance instance, the VirtualServer instance, the Site
instance, and the Domain instance.
Namespace:
FileNet.Api.AdminNone of the properties on this object must be set or changed to enable full text indexing. This object is used only to address performance issues.
Note Beginning in the 5.1.0 release, the Legacy Content Search Engine is deprecated and support will be removed in a future release.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IVerityServerConfiguration _ Implements ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject |
C# |
---|
public interface IVerityServerConfiguration : ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject |
Visual C++ |
---|
public interface class IVerityServerConfiguration : ISubsystemConfiguration, IEngineObject, ICloneable, IDependentObject |
JavaScript |
---|
FileNet.Api.Admin.IVerityServerConfiguration = function(); FileNet.Api.Admin.IVerityServerConfiguration.createInterface('FileNet.Api.Admin.IVerityServerConfiguration'); |
Remarks
Metadata
Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: SubsystemConfiguration