This is an automatically generated class, offering a functionally equivalent set of methods and queries as <class>iKnow.Queries.SourceAPI</class>, exposed as SqlProc methods.
See the classdocs for <class>iKnow.Queries.SourceAPI</class> for more information.
|
static |
This is an automatically generated class, offering a functionally equivalent set of methods and queries as <class>iKnow.Queries.SourceAPI</class>, exposed as SqlProc methods.
See the classdocs for <class>iKnow.Queries.SourceAPI</class> for more information.
Retrieves the number of sources containing the given CRC ids.
See also <method>GetByEntities</method> for a description of the parameters.
|
static |
Retrieves the number of sources containing a CRC satisfying the given CRC Mask.
See also <method>GetByEntities</method> for a description of the parameters.
|
static |
Retrieves the number of sources containing the given CRCs.
See also <method>GetByEntities</method> for a description of the parameters.
|
static |
This method returns the total number of sources in the specified domain, optionally filtered
through a <class>iKnow.Filters.Filter</class> object passed in as filter.
|
static |
Retrieves the number of sources containing the given entities.
See also <method>GetByEntities</method> for a description of the parameters.
|
static |
Retrieves the number of sources containing the given entity ids.
See also <method>GetByEntities</method> for a description of the parameters.
|
static |
Retrieves the number of sources containing the given path ids.
See also <method>GetByEntities</method> for a description of the parameters.
|
static |
Retrieves the external ID for the source identified by srcId.
A negative srcId is considered to refer to a Virtual Source.
|
static |
Retrieves the Full Reference for the source identified by srcId.
A negative srcId is considered to refer to a Virtual Source.
|
static |
Retrieves the source ID for the source identified by externalId.
|
static |
This is a utility wrapper method around <method>GetSummary</method>, returning the summary
sentences as a single concatenated string.
The isTruncated output parameter indicates whether or not the returned string is complete or was truncated to avoid MAXSTRING errors. This can happen when either an individual sentence surpassed the maximum string length or when the concatenation of these sentences surpassed it.
|
static |
This method returns the language of a given source, calculated as the one with the
highest total confidence rating for the individual sentences in the source. This total confidence, as well as the number of sentences to which this language was assigned is provided through output variables totalConfidence and numberOfSentences.
A totalConfidence of 0 indicates ALI was switched off when indexing this source.