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

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

 

如何设计外部前置过滤器库

前置过滤器库必须以 C/C++ 实现,而且必须:

  • 包括前置过滤器接口定义头文件 extpfapiv1.h

  • 实现 a_text_source 接口。

  • 提供发起和返回 a_text_source(前置过滤器)实例的入口点函数以及前置过滤器支持的字符集标签。

 前置过滤器的调用序列
 外部前置过滤器库工作流
 另请参见