This class is used to define an ibi™ Patterns - Search Combined Thesaurus.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Class NetricsCombinedThesaurus
    Inherits NetricsBaseThesaurus
C#
public class NetricsCombinedThesaurus : NetricsBaseThesaurus
C++
ref class NetricsCombinedThesaurus : NetricsBaseThesaurus
J#
public class NetricsCombinedThesaurus extends NetricsBaseThesaurus
JScript
public class NetricsCombinedThesaurus extends NetricsBaseThesaurus

Remarks

A combined thesaurus combines the features of a standard NetricsThesaurus with those of a NetricsWeightedDictionary.

A combined thesaurus can be used to define both substitutions as with a standard NetricsThesaurus and weighted terms as with a NetricsWeightedDictionary. The names for NetricsThesaurus objects, NetricsWeightedDictionary objects and NetricsCombinedThesaurus objects are kept in a common pool. Thus creating a NetricsCombinedThesaurus with the same name as a NetricsThesaurus or NetricsWeightedDictionary will overwrite the other object on the server.

Inheritance Hierarchy

System.Object
   NetricsServerInterface.NetricsBaseThesaurus
      NetricsServerInterface.NetricsCombinedThesaurus

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also