Skip to main content

%iKnow.Matching.Formats.iFind

Class %iKnow.Matching.Formats.iFind Extends Format [ Deprecated, System = 4 ]

This %iKnow.Matching.Formats.Format implementation enables users to use the iFind search syntax as a pattern to locate matching entities in an iKnow domain. Please bear in mind that iFind is meant for search scenario's (when looking up records matching the search string), whereas iKnow matching is meant for annotation scenario's (to identify all matches of a search string in a full domain).

Note: matches are only detected within entities and are case-insensitive.

Format parameters:

  1. iFind expression (%String, mandatory):

Methods

MatchSingle

Method MatchSingle(string As %String, formatParams As %List, Output matchScore As %Numeric, Output matchedWordBits, Output isScattered As %Boolean, Output formatOutput) As %Status