|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
MatchItem | The MatchItem provides access to the matched string and where
it came from (concept, property, or term). |
Class Summary | |
---|---|
Match | The Match class provides information about a match that was
searched for. |
MatchItemType | Provides a typesafe enum pattern for the match item type. |
MatchOptions | DTS provides capabilities (see
SearchQuery ) to search a
knowledgebase for concepts that meet these criteria:
Concept names that match a specified search string
Concept role values that match a specified search string
Concept property values that match a specified search string
Concept synonyms that match a specified search string
Concept association values that match a specified search string
|
MatchQuery | A MatchQuery provides access to silos and pattern matching searches within silos. |
MatchType | Provides a typesafe enum pattern for the match type. |
Silo | A "silo" is a repository of customized concept terminology data (concepts and associated terms) from a knowledgebase. |
This package provides matching capability to flexibly search within predefined silos of data within the knowledgebase.
DTS provides capabilities to search a knowledgebase for concepts that meet these criteria:
The information that populates a silo is determined by data filter parameters in an installed configuration file. The Selector & Extractor utility is a Java program that uses the filter specifications in this configuration file to "select and extract" desired concept data from a source knowledgebase. The Selector & Extractor then generates the silos and populates them with the customized data.
The DTS client uses the MatchOptions class to specify the criteria by which a knowledgebase silo is searched for concepts and associated terms that match the specified search string.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |