Name
ap_debug_langhandler — trace language-handler decisions while scanning for phrase matches
Synopsis
ap_debug_langhandler(
|
in source_utf8 varchar, |
| in language varchar, | |
| in set_ids any, | |
inout output_session any); |
Description
ap_debug_langhandler scans
source_utf8 for phrases from
set_ids like
ap_build_match_list,
but emits a verbose, human-readable trace of language-handler decisions to
output_session. Use it when investigating why a
phrase did or did not match in a particular language. Requires DBA
privileges.
Parameters
source_utf8
UTF-8 source text to scan.
language
Language name for the scan.
set_ids
Vector of phrase-set identifiers to search.
output_session
Session that receives the diagnostic trace (modified in place).