Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
iKnow utility methods, available through the $system syntax from the command line. For example: "do $system.iKnow.ListDomains()"
|
|
|
Deletes the source with internal ID pSrcId from domain pDomainName
Deletes the virtual source with ID vSrcId from domain pDomainName
Drops all of a Domain's contents
Returns the ID corresponding to the supplied domain name in pDomainName or "" if none found in this namespace.
Returns the name corresponding to the supplied domain ID or "" if none found in this namespace.
Returns the External ID for a given pSourceId in domain pDomainName, or the empty string if no source exists with that Source ID.
Returns the Source ID for a given pExternalId in domain pDomainName, or the empty string if no source exists with that External ID.
Highlights the supplied text pText using the highlight information specified through pHighlight. SeeGetHighlighted in%iKnow.Queries.SentenceAPI for more details on possible input to pHighlight.
Indexes the supplied file and stores the indexing results in domain pDomainName. The full path of the files indexed will be used to build the External ID (cf%iKnow.Source.File.Lister )
Indexes the supplied file and stores the indexing results in domain pDomainName, returning the generated source ID as pSrcId. The full path of the files indexed will be used to build the External ID (cf%iKnow.Source.File.Lister )
Indexes the supplied pString and stores the results into the domain pDomainName, using pIdentifier to construct the External ID (cf%iKnow.Source.Temp.Lister ). The generated sources ID will be returned through pSrcId.
Indexes the contents of the pDataField column in table pTableName, using the pIdField and pGroupField columns to build the external ID for this record (cf
%iKnow.Source.SQL.Lister ). pDomainName can be a (SQL) constant, such as "'MyGroup'". The results are stored in the domain pDomainName.Optionally, specify a
%List of table field names through pMetaFields that should be loaded as metadata for the table records.
Print a list of all the configurations within this namespace.
Print a list of all the domains within this namespace.
Prints the first pLimit load errors, failures and warnings for domain pDomainName. Use pLimit=0 to display all errors.
Print a list of all metadata fields for a given namespace.
Applies relevant iKnow normalization logic. By default, this implies removing whitespace from the front and back of the string, removing duplicate whitespace, and lowercase. For specific configurations or languages such as Japanese, normalization behaviour is more refined and described in the documentation.
If a domain ID is specified through pDomainId, its default configuration will be used (if specified). Otherwise, the configuration named pConfig will be used.
Run the iKnow shell. See also%iKnow.Shell .