KI_WS_NOISE_INFO

Get list of noise words

Synopsis:
CALL KI_WS_NOISE_INFO handle, path, SYM(buf$) TO status
status = 'ki_ws_noise_info( handle, path, SYM(buf$) )
ArgumentEnumerationPurpose
handleHandle
pathWord search path
SYM(buf$)Output buffer
statusKDB_ERROR_ENUMReturn status
>KI_WS_NOISE_INFO

KI_WS_NOISE_INFO

This function is only available for type 7 tables. The noise words are output in XML format, see CREATE WORD INDEX for details. If there are no noise words defined for the given index a status of KE_WS_NOTFOUND is returned.

History
Introduced in KCML 6.10
See Also:
KI_CLOSE, KI_WS_ADD_INDEX, KI_WS_CREATE, KI_WS_DELETE, KI_WS_END, KI_WS_OPEN, KI_WS_READ, KI_WS_READ_NEXT, KI_WS_REWRITE, KI_WS_START, KI_WS_WRITE
KCML database status codes