Resolve a term to its UI5 selector when confidence is high enough.
Term to resolve.
Optionaldomain: SAPDomain
Optional domain to restrict resolution to.
UI5 selector or undefined.
Return current service statistics.
Snapshot of loaded domains, term counts, and cache performance.
Return term name suggestions for a partial query.
Beginning of a term name to complete.
OptionalmaxResults: number
Maximum number of suggestions to return (default 10).
Array of matching term names.
Load a SAP domain into memory, enabling search within it.
The SAP domain to load.
Search vocabulary terms matching query.
Natural-language search string.
Optionaldomain: SAPDomain
Optional domain to restrict search to.
Matched terms sorted by confidence descending.
The public interface of the vocabulary service.
Remarks
Use createVocabularyService to obtain an instance. The service is lazy: domains are loaded on demand via VocabularyService.loadDomain.
Example