persistent class %Identity.Data.Comment
extends %Persistent, %XML.Adaptor
property Abbreviation
as %String;
property Description
as %Text(LANGUAGECLASS="%Text.Text",MAXLEN=500,SIMILARITYINDEX="FullTextIndex");
index (FullTextIndex on Description(KEYS)) [Data = Description(ELEMENTS)];