[FTS] Adjust plugin tokenizer interface for fulltext search

This commit is contained in:
Tyshawn
2024-06-17 09:38:01 +00:00
committed by ob-robot
parent 106d246f51
commit 89e696f309
19 changed files with 676 additions and 412 deletions

View File

@ -19,6 +19,6 @@ OB_DECLARE_PLUGIN(mock_ft_parser)
OB_PLUGIN_AUTHOR_OCEANBASE,
"This is mock fulltext parser plugin.",
0x00001,
oceanbase::lib::ObPluginLicenseType::OB_MULAN_V2_LICENSE,
oceanbase::lib::ObPluginLicenseType::OB_Mulan_PubL_V2_LICENSE,
&oceanbase::storage::mock_ft_parser,
};