deprecatedclass %iKnow.Model.dictionaryTerm
extends %iKnow.Model.node
Model representation of a Dictionary Term.
See also %iKnow.Matching.DictionaryAPI
parameter XMLNAME = "term";
This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag
when exporting objects and the export context
did not provide an XML container name.
property disabled
as %Boolean(XMLPROJECTION="attribute");
If set to 1, this element is ignored when compiling, validating and building the domain
relationship item
as %iKnow.Model.dictionaryItem(XMLPROJECTION="none") [ Inverse = terms,Cardinality = one ];
The item this term belongs to.
property language
as %String(MAXLEN=10,XMLPROJECTION="ATTRIBUTE");
The language to use for indexing this Dictionary Term.
property string
as %String(MAXLEN=150,XMLPROJECTION="ATTRIBUTE");
The string representation of this Dictionary Term. This string will will be indexed by the
iKnow engine as to be able to properly compare it against indexed source text, using the same
normalized entity structure.