![]() |
OceanBase Plugin Development Kit
OceanBase Plugin Development Kit
|
类 | |
struct | ObPluginFTParser |
fulltext parser descriptor interface for domain index splitting a document into many tokenizations.return the version of this parser 更多... | |
宏定义 | |
#define | OBP_FTPARSER_INTERFACE_VERSION OBP_MAKE_VERSION(0, 1, 0) |
full text parser interface version | |
#define | OBP_FTPARSER_INTERFACE_VERSION_0_2_0 OBP_MAKE_VERSION(0, 2, 0) |
#define | OBP_FTPARSER_INTERFACE_VERSION_CURRENT OBP_FTPARSER_INTERFACE_VERSION_0_2_0 |
current full text parser interface version | |
#define | OBP_REGISTER_FTPARSER(param, name, descriptor, description) |
类型定义 | |
typedef ObPluginDatum | ObPluginFTParserParamPtr |
full text parser add word flag | |
枚举 | |
enum | ObPluginFTPaserAddWordFlag { OBP_FTPARSER_AWF_NONE = 0LL , OBP_FTPARSER_AWF_MIN_MAX_WORD = 1LL << 0 , OBP_FTPARSER_AWF_STOPWORD = 1LL << 1 , OBP_FTPARSER_AWF_CASEDOWN = 1LL << 2 , OBP_FTPARSER_AWF_GROUPBY_WORD = 1LL << 3 } |