VerityCollection
is associated with only one IndexArea, and the full text information is stored in a file system directory identified by the VerityIndexArea.RootDirectoryPath property
. For each
object in the Content Engine database, there is a corresponding collection maintained by the Verity software that actually holds the full text index data. The name of this collection is identified in the
property.
objects are automatically created by the server when needed, and do not need to be created by a client application. When full text indexing is available, and the first instance of a class is created or modified, the server looks for an existing
associated with the appropriate base class, and will use this
. If a
is not found, a new
is created, along with the corresponding collection maintained by the Verity software.
An application can set the
property to "closed" if a problem occurs with writing data to a particular
, or to "unavailable" if the collection is expected to be made available again eventually.
The
property is set to "full" by the server when the number of rows in the collection is greater than
(no new data will be written to the collection). Whenever a collection is needed for writing full text information, the collection is selected from the list of eligible "open" collections. If no open collection exists, then a collection with a status of "standby" is selected, and that collection’s status is changed to "open".
New indexing information is written only to collections having a status of "open". However, all collections, regardless of their status, are searched when queries are performed. To prevent a collection from being searched, the associated
object must be deleted.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IVerityCollection Implements IRepositoryObject, IEngineObject, ICloneable, IDependentObject |
C# |
---|
public interface IVerityCollection : IRepositoryObject, IEngineObject, ICloneable, IDependentObject |
C++ |
---|
interface class IVerityCollection : IRepositoryObject, IEngineObject, ICloneable, IDependentObject |
J# |
---|
public interface IVerityCollection implements IRepositoryObject, IEngineObject, ICloneable, IDependentObject |
JScript |
---|
public interface IVerityCollection extends IRepositoryObject, IEngineObject, ICloneable, IDependentObject |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: GenericObject