groonga_d.tokenizer

Undocumented in source.

Members

Aliases

grn_tokenizer_fin_func
alias grn_tokenizer_fin_func = void function(groonga_d.groonga.grn_ctx* ctx, 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_init_func
alias grn_tokenizer_init_func = void* function(groonga_d.groonga.grn_ctx* ctx, groonga_d.tokenizer_query_deprecated.grn_tokenizer_query* query)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_next_func
alias grn_tokenizer_next_func = void function(groonga_d.groonga.grn_ctx* ctx, groonga_d.tokenizer_query_deprecated.grn_tokenizer_query* query, groonga_d.token.grn_token* token, 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_status
alias grn_tokenizer_status = groonga_d.token.grn_token_status
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_token
alias grn_tokenizer_token = _grn_tokenizer_token
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

grn_tokenizer_charlen
int grn_tokenizer_charlen(groonga_d.groonga.grn_ctx* ctx, const(char)* str_ptr, uint str_length, groonga_d.groonga.grn_encoding encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_create
groonga_d.groonga.grn_obj* grn_tokenizer_create(groonga_d.groonga.grn_ctx* ctx, const(char)* name, int name_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_have_tokenized_delimiter
ubyte grn_tokenizer_have_tokenized_delimiter(groonga_d.groonga.grn_ctx* ctx, const(char)* str_ptr, uint str_length, groonga_d.groonga.grn_encoding encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_is_tokenized_delimiter
ubyte grn_tokenizer_is_tokenized_delimiter(groonga_d.groonga.grn_ctx* ctx, const(char)* str_ptr, uint str_length, groonga_d.groonga.grn_encoding encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_isspace
int grn_tokenizer_isspace(groonga_d.groonga.grn_ctx* ctx, const(char)* str_ptr, uint str_length, groonga_d.groonga.grn_encoding encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_next_by_tokenized_delimiter
const(char)* grn_tokenizer_next_by_tokenized_delimiter(groonga_d.groonga.grn_ctx* ctx, groonga_d.token.grn_token* token, const(char)* str_ptr, uint str_length, groonga_d.groonga.grn_encoding encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_query_close
void grn_tokenizer_query_close(groonga_d.groonga.grn_ctx* ctx, groonga_d.tokenizer_query_deprecated.grn_tokenizer_query* query)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_query_create
groonga_d.tokenizer_query_deprecated.grn_tokenizer_query* grn_tokenizer_query_create(groonga_d.groonga.grn_ctx* ctx, int num_args, groonga_d.groonga.grn_obj** args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_query_destroy
void grn_tokenizer_query_destroy(groonga_d.groonga.grn_ctx* ctx, groonga_d.tokenizer_query_deprecated.grn_tokenizer_query* query)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_query_get_encoding
groonga_d.groonga.grn_encoding grn_tokenizer_query_get_encoding(groonga_d.groonga.grn_ctx* ctx, groonga_d.tokenizer_query_deprecated.grn_tokenizer_query* query)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_query_get_flags
uint grn_tokenizer_query_get_flags(groonga_d.groonga.grn_ctx* ctx, groonga_d.tokenizer_query_deprecated.grn_tokenizer_query* query)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_query_get_lexicon
groonga_d.groonga.grn_obj* grn_tokenizer_query_get_lexicon(groonga_d.groonga.grn_ctx* ctx, groonga_d.tokenizer_query_deprecated.grn_tokenizer_query* query)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_query_get_mode
groonga_d.token.grn_tokenize_mode grn_tokenizer_query_get_mode(groonga_d.groonga.grn_ctx* ctx, groonga_d.tokenizer_query_deprecated.grn_tokenizer_query* query)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_query_get_normalize_flags
uint grn_tokenizer_query_get_normalize_flags(groonga_d.groonga.grn_ctx* ctx, groonga_d.tokenizer_query_deprecated.grn_tokenizer_query* query)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_query_get_normalized_string
groonga_d.groonga.grn_obj* grn_tokenizer_query_get_normalized_string(groonga_d.groonga.grn_ctx* ctx, groonga_d.tokenizer_query_deprecated.grn_tokenizer_query* query)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_query_get_raw_string
const(char)* grn_tokenizer_query_get_raw_string(groonga_d.groonga.grn_ctx* ctx, groonga_d.tokenizer_query_deprecated.grn_tokenizer_query* query, size_t* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_query_get_token_filter_index
uint grn_tokenizer_query_get_token_filter_index(groonga_d.groonga.grn_ctx* ctx, groonga_d.tokenizer_query_deprecated.grn_tokenizer_query* query)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_query_have_tokenized_delimiter
ubyte grn_tokenizer_query_have_tokenized_delimiter(groonga_d.groonga.grn_ctx* ctx, groonga_d.tokenizer_query_deprecated.grn_tokenizer_query* query)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_query_open
groonga_d.tokenizer_query_deprecated.grn_tokenizer_query* grn_tokenizer_query_open(groonga_d.groonga.grn_ctx* ctx, int num_args, groonga_d.groonga.grn_obj** args, uint normalize_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_query_set_normalize_flags
groonga_d.groonga.grn_rc grn_tokenizer_query_set_normalize_flags(groonga_d.groonga.grn_ctx* ctx, groonga_d.tokenizer_query_deprecated.grn_tokenizer_query* query, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_register
groonga_d.groonga.grn_rc grn_tokenizer_register(groonga_d.groonga.grn_ctx* ctx, const(char)* plugin_name_ptr, uint plugin_name_length, groonga_d.groonga.grn_proc_func* init, groonga_d.groonga.grn_proc_func* next, groonga_d.groonga.grn_proc_func* fin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_set_fin_func
groonga_d.groonga.grn_rc grn_tokenizer_set_fin_func(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* tokenizer, grn_tokenizer_fin_func* fin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_set_init_func
groonga_d.groonga.grn_rc grn_tokenizer_set_init_func(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* tokenizer, grn_tokenizer_init_func* init)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_set_next_func
groonga_d.groonga.grn_rc grn_tokenizer_set_next_func(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* tokenizer, grn_tokenizer_next_func* next)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_token_fin
void grn_tokenizer_token_fin(groonga_d.groonga.grn_ctx* ctx, grn_tokenizer_token* token)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_token_init
void grn_tokenizer_token_init(groonga_d.groonga.grn_ctx* ctx, grn_tokenizer_token* token)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_token_push
void grn_tokenizer_token_push(groonga_d.groonga.grn_ctx* ctx, grn_tokenizer_token* token, const(char)* str_ptr, uint str_length, groonga_d.token.grn_token_status status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_tokenizer_tokenized_delimiter_next
const(char)* grn_tokenizer_tokenized_delimiter_next(groonga_d.groonga.grn_ctx* ctx, grn_tokenizer_token* token, const(char)* str_ptr, uint str_length, groonga_d.groonga.grn_encoding encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

GRN_TOKENIZER_BEGIN_MARK_UTF8
enum GRN_TOKENIZER_BEGIN_MARK_UTF8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TOKENIZER_BEGIN_MARK_UTF8_LEN
enum GRN_TOKENIZER_BEGIN_MARK_UTF8_LEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TOKENIZER_CONTINUE
enum GRN_TOKENIZER_CONTINUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TOKENIZER_END_MARK_UTF8
enum GRN_TOKENIZER_END_MARK_UTF8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TOKENIZER_END_MARK_UTF8_LEN
enum GRN_TOKENIZER_END_MARK_UTF8_LEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TOKENIZER_LAST
enum GRN_TOKENIZER_LAST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TOKENIZER_TOKENIZED_DELIMITER_UTF8
enum GRN_TOKENIZER_TOKENIZED_DELIMITER_UTF8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TOKENIZER_TOKENIZED_DELIMITER_UTF8_LEN
enum GRN_TOKENIZER_TOKENIZED_DELIMITER_UTF8_LEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TOKENIZER_TOKEN_CONTINUE
enum GRN_TOKENIZER_TOKEN_CONTINUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TOKENIZER_TOKEN_FORCE_PREFIX
enum GRN_TOKENIZER_TOKEN_FORCE_PREFIX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TOKENIZER_TOKEN_LAST
enum GRN_TOKENIZER_TOKEN_LAST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TOKENIZER_TOKEN_OVERLAP
enum GRN_TOKENIZER_TOKEN_OVERLAP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TOKENIZER_TOKEN_REACH_END
enum GRN_TOKENIZER_TOKEN_REACH_END;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TOKENIZER_TOKEN_SKIP
enum GRN_TOKENIZER_TOKEN_SKIP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TOKENIZER_TOKEN_SKIP_WITH_POSITION
enum GRN_TOKENIZER_TOKEN_SKIP_WITH_POSITION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TOKENIZER_TOKEN_UNMATURED
enum GRN_TOKENIZER_TOKEN_UNMATURED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_grn_tokenizer_token
struct _grn_tokenizer_token
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta