|
| GRN_API grn_rc | grn_table_set_default_tokenizer_options (grn_ctx *ctx, grn_obj *table, grn_obj *options) |
| |
| GRN_API grn_rc | grn_table_get_default_tokenizer_options (grn_ctx *ctx, grn_obj *table, grn_obj *options) |
| |
| GRN_API void * | grn_table_cache_default_tokenizer_options (grn_ctx *ctx, grn_obj *table, grn_table_module_open_options_func open_options_func, grn_close_func close_options_func, void *user_data) |
| |
| GRN_API grn_rc | grn_table_get_default_tokenizer_string (grn_ctx *ctx, grn_obj *table, grn_obj *output) |
| |
| GRN_API grn_rc | grn_table_set_normalizer_options (grn_ctx *ctx, grn_obj *table, grn_obj *options) |
| |
| GRN_API grn_rc | grn_table_get_normalizer_options (grn_ctx *ctx, grn_obj *table, grn_obj *options) |
| |
| GRN_API void * | grn_table_cache_normalizer_options (grn_ctx *ctx, grn_obj *table, grn_obj *string, grn_table_module_open_options_func open_options_func, grn_close_func close_options_func, void *user_data) |
| |
| GRN_API grn_rc | grn_table_get_normalizer_string (grn_ctx *ctx, grn_obj *table, grn_obj *output) |
| |
| GRN_API grn_rc | grn_table_set_normalizers_options (grn_ctx *ctx, grn_obj *table, uint32_t i, grn_obj *options) |
| |
| GRN_API grn_rc | grn_table_get_normalizers_options (grn_ctx *ctx, grn_obj *table, uint32_t i, grn_obj *options) |
| |
| GRN_API void * | grn_table_cache_normalizers_options (grn_ctx *ctx, grn_obj *table, uint32_t i, grn_table_module_open_options_func open_options_func, grn_close_func close_options_func, void *user_data) |
| |
| GRN_API grn_rc | grn_table_get_normalizers_string (grn_ctx *ctx, grn_obj *table, grn_obj *output) |
| |
| GRN_API grn_rc | grn_table_set_token_filter_options (grn_ctx *ctx, grn_obj *table, unsigned int i, grn_obj *options) |
| |
| GRN_API grn_rc | grn_table_set_token_filters_options (grn_ctx *ctx, grn_obj *table, uint32_t i, grn_obj *options) |
| |
| GRN_API grn_rc | grn_table_get_token_filter_options (grn_ctx *ctx, grn_obj *table, unsigned int i, grn_obj *options) |
| |
| GRN_API grn_rc | grn_table_get_token_filters_options (grn_ctx *ctx, grn_obj *table, uint32_t i, grn_obj *options) |
| |
| GRN_API void * | grn_table_cache_token_filter_options (grn_ctx *ctx, grn_obj *table, unsigned int i, grn_table_module_open_options_func open_options_func, grn_close_func close_options_func, void *user_data) |
| |
| GRN_API void * | grn_table_cache_token_filters_options (grn_ctx *ctx, grn_obj *table, uint32_t i, grn_table_module_open_options_func open_options_func, grn_close_func close_options_func, void *user_data) |
| |
| GRN_API grn_rc | grn_table_get_token_filters_string (grn_ctx *ctx, grn_obj *table, grn_obj *output) |
| |
| GRN_API grn_rc | grn_table_set_extractors_options (grn_ctx *ctx, grn_obj *table, uint32_t i, grn_obj *options) |
| |
| GRN_API grn_rc | grn_table_get_extractors_options (grn_ctx *ctx, grn_obj *table, uint32_t i, grn_obj *options) |
| |
| GRN_API void * | grn_table_cache_extractors_options (grn_ctx *ctx, grn_obj *table, uint32_t i, grn_table_module_open_options_func open_options_func, grn_close_func close_options_func, void *user_data) |
| |
| GRN_API grn_rc | grn_table_get_extractors_string (grn_ctx *ctx, grn_obj *table, grn_obj *output) |
| |