Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
The InterSystems IRIS NLP iKnow technology is now deprecated. Please see the product documentation for more detail.
For details on using this class, see NLP Domains.
Subclasses of this class declaratively define an iKnow domain and its contents using an
XML representation in the
For a detailed reference of the available elements and attributes of this XData block, consult the class
reference for
|
|
Subclasses |
---|
|
Invoking this method will build the domain described in
Domain , which includes loading data and dictionaries, matching dictionaries and building metrics, depending on the various settings of the <domain> element and its sub-elements.The pVerbose argument controls whether status output is provided to stdev (if pAsync=0) or written to a global for GUI pickup (pAsync=1, for internal use only).
Drops all non-static data from the domain defined by this class. Depending on the values of pDropDictionaries and pDropSkipLists, dictionary info and Skiplists are purged as well.
Returns the domain ID corresponding to the domain defined inDomain
Returns the domain name as defined inDomain
Evaluates the expression named pName and returns the result by reference.
Callback invoked at the end of
%Build . Subclasses can implement this method to execute custom code at the end of a domain build operation.
Callback invoked at the end of
%DropData . Subclasses can implement this method to execute custom code at the end of a drop data operation.
Callback invoked at the start of
%Build . Subclasses can implement this method to execute custom code at the start of a domain build operation.
Callback invoked at the start of
%DropData . Subclasses can implement this method to execute custom code at the start of a drop data operation.
This method will update dictionaries based on the current contents of the <matching> element in
Domain , without making any changes to the current data (in terms of sources) already stored in the domain. If pMatch is 1, all sources in the domain will be matched after the dictionaries are updated. If pDropFirst is 1, the current dictionaries will first be dropped from the domain, otherwise only new dictionary entries will be added (no updates or deletions of existing entries).Build parameters passed through pParams will be used to override default expression values used in the dictionary definitions in the same way as in
%Build .The pVerbose argument controls whether status output is provided to stdev (if pAsync=0) or written to a global for GUI pickup (pAsync=1, for internal use only).
This method will explicitly rebuild all metrics in the domain described in
Domain , optionally dropping any existing values first if pDropFirst is 1.See also the BuildAll() method in
%iKnow.Metrics.MetricBuilder .