Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 (中文) » SQL Anywhere 服务器 - SQL 用法 » 查询和数据修改 » 全文搜索 » 高级:外部术语断开器和前置过滤器库 » 外部术语断开器库

 

如何设计外部术语断开器库

外部术语断开器库必须以 C/C++ 实现,而且必须:

  • 包括术语断开器接口定义头文件 exttbapiv1.h

  • 实现 a_word_source 接口。

  • 提供发起和返回 a_word_source(术语断开器)实例的入口点函数以及术语断开器支持的字符集标签。

 术语断开器的调用序列
 外部术语断开器库工作流
 另请参见