groonga_d.table_module

Undocumented in source.

Members

Aliases

grn_normalizer_open_options_func
alias grn_normalizer_open_options_func = grn_table_module_open_options_func
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_module_open_options_func
alias grn_table_module_open_options_func = void* function(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* proc, groonga_d.groonga.grn_obj* values, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_open_options_func
alias grn_tokenizer_open_options_func = grn_table_module_open_options_func
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

grn_table_cache_default_tokenizer_options
void* grn_table_cache_default_tokenizer_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, grn_table_module_open_options_func open_options_func, groonga_d.groonga.grn_close_func close_options_func, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_cache_normalizer_options
void* grn_table_cache_normalizer_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_obj* string_, grn_table_module_open_options_func open_options_func, groonga_d.groonga.grn_close_func close_options_func, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_cache_normalizers_options
void* grn_table_cache_normalizers_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, uint i, grn_table_module_open_options_func open_options_func, groonga_d.groonga.grn_close_func close_options_func, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_cache_token_filter_options
deprecated void* grn_table_cache_token_filter_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, uint i, grn_table_module_open_options_func open_options_func, groonga_d.groonga.grn_close_func close_options_func, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_cache_token_filters_options
void* grn_table_cache_token_filters_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, uint i, grn_table_module_open_options_func open_options_func, groonga_d.groonga.grn_close_func close_options_func, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_get_default_tokenizer_options
groonga_d.groonga.grn_rc grn_table_get_default_tokenizer_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_obj* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_get_default_tokenizer_string
groonga_d.groonga.grn_rc grn_table_get_default_tokenizer_string(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_obj* output)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_get_normalizer_options
groonga_d.groonga.grn_rc grn_table_get_normalizer_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_obj* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_get_normalizer_string
groonga_d.groonga.grn_rc grn_table_get_normalizer_string(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_obj* output)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_get_normalizers_options
groonga_d.groonga.grn_rc grn_table_get_normalizers_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, uint i, groonga_d.groonga.grn_obj* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_get_normalizers_string
groonga_d.groonga.grn_rc grn_table_get_normalizers_string(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_obj* output)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_get_token_filter_options
deprecated groonga_d.groonga.grn_rc grn_table_get_token_filter_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, uint i, groonga_d.groonga.grn_obj* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_get_token_filters_options
groonga_d.groonga.grn_rc grn_table_get_token_filters_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, uint i, groonga_d.groonga.grn_obj* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_get_token_filters_string
groonga_d.groonga.grn_rc grn_table_get_token_filters_string(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_obj* output)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_set_default_tokenizer_options
groonga_d.groonga.grn_rc grn_table_set_default_tokenizer_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_obj* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_set_normalizer_options
groonga_d.groonga.grn_rc grn_table_set_normalizer_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_obj* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_set_normalizers_options
groonga_d.groonga.grn_rc grn_table_set_normalizers_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, uint i, groonga_d.groonga.grn_obj* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_set_token_filter_options
deprecated groonga_d.groonga.grn_rc grn_table_set_token_filter_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, uint i, groonga_d.groonga.grn_obj* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_set_token_filters_options
groonga_d.groonga.grn_rc grn_table_set_token_filters_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, uint i, groonga_d.groonga.grn_obj* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta