Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Macros | |
#define | GRN_NORMALIZER_AUTO_NAME "NormalizerAuto" |
Functions | |
grn_rc | grn_normalizer_init (void) |
grn_rc | grn_normalizer_fin (void) |
grn_rc | grn_normalizer_normalize (grn_ctx *ctx, grn_obj *normalizer, grn_obj *string) |
grn_rc | grn_db_init_builtin_normalizers (grn_ctx *ctx) |
#define GRN_NORMALIZER_AUTO_NAME "NormalizerAuto" |
Definition at line 37 of file normalizer_in.h.
Definition at line 1175 of file normalizer.c.
grn_rc grn_normalizer_fin | ( | void | ) |
grn_rc grn_normalizer_init | ( | void | ) |