26typedef void *(*grn_table_module_open_options_func)(
grn_ctx *ctx,
grn_rc
Definition groonga.h:61
#define GRN_API
Definition groonga.h:39
void(* grn_close_func)(grn_ctx *ctx, void *data)
Definition groonga.h:337
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_default_tokenizer_options(grn_ctx *ctx, grn_obj *table, grn_obj *options)
grn_table_module_open_options_func grn_tokenizer_open_options_func
Definition table_module.h:31
GRN_API grn_rc grn_table_set_token_filter_options(grn_ctx *ctx, grn_obj *table, unsigned int i, grn_obj *options)
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_default_tokenizer_string(grn_ctx *ctx, grn_obj *table, grn_obj *output)
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 grn_rc grn_table_get_token_filters_string(grn_ctx *ctx, grn_obj *table, grn_obj *output)
GRN_API grn_rc grn_table_get_normalizer_string(grn_ctx *ctx, grn_obj *table, grn_obj *output)
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_normalizer_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_set_normalizer_options(grn_ctx *ctx, grn_obj *table, 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_options(grn_ctx *ctx, grn_obj *table, uint32_t i, 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_extractors_string(grn_ctx *ctx, grn_obj *table, grn_obj *output)
GRN_API grn_rc grn_table_set_default_tokenizer_options(grn_ctx *ctx, grn_obj *table, grn_obj *options)
grn_table_module_open_options_func grn_normalizer_open_options_func
Definition table_module.h:57
GRN_API grn_rc grn_table_get_token_filters_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)
void *(* grn_table_module_open_options_func)(grn_ctx *ctx, grn_obj *proc, grn_obj *values, void *user_data)
Definition table_module.h:26
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_set_normalizers_options(grn_ctx *ctx, grn_obj *table, uint32_t i, grn_obj *options)
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_filters_options(grn_ctx *ctx, grn_obj *table, uint32_t i, grn_obj *options)