groonga_d.token

Undocumented in source.

Members

Aliases

grn_token
alias grn_token = _grn_token
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_token_mode
alias grn_token_mode = grn_tokenize_mode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_token_status
alias grn_token_status = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

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

Functions

grn_token_get_data
groonga_d.groonga.grn_obj* grn_token_get_data(groonga_d.groonga.grn_ctx* ctx, grn_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_token_get_data_raw
const(char)* grn_token_get_data_raw(groonga_d.groonga.grn_ctx* ctx, grn_token* token, 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_token_get_force_prefix_search
ubyte grn_token_get_force_prefix_search(groonga_d.groonga.grn_ctx* ctx, grn_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_token_get_metadata
groonga_d.groonga.grn_obj* grn_token_get_metadata(groonga_d.groonga.grn_ctx* ctx, grn_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_token_get_position
uint grn_token_get_position(groonga_d.groonga.grn_ctx* ctx, grn_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_token_get_source_first_character_length
uint grn_token_get_source_first_character_length(groonga_d.groonga.grn_ctx* ctx, grn_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_token_get_source_length
uint grn_token_get_source_length(groonga_d.groonga.grn_ctx* ctx, grn_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_token_get_source_offset
ulong grn_token_get_source_offset(groonga_d.groonga.grn_ctx* ctx, grn_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_token_get_status
grn_token_status grn_token_get_status(groonga_d.groonga.grn_ctx* ctx, grn_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_token_have_overlap
ubyte grn_token_have_overlap(groonga_d.groonga.grn_ctx* ctx, grn_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_token_set_data
groonga_d.groonga.grn_rc grn_token_set_data(groonga_d.groonga.grn_ctx* ctx, grn_token* token, const(char)* str_ptr, int str_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_token_set_force_prefix_search
groonga_d.groonga.grn_rc grn_token_set_force_prefix_search(groonga_d.groonga.grn_ctx* ctx, grn_token* token, ubyte force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_token_set_overlap
groonga_d.groonga.grn_rc grn_token_set_overlap(groonga_d.groonga.grn_ctx* ctx, grn_token* token, ubyte have_overlap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_token_set_position
groonga_d.groonga.grn_rc grn_token_set_position(groonga_d.groonga.grn_ctx* ctx, grn_token* token, uint position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_token_set_source_first_character_length
groonga_d.groonga.grn_rc grn_token_set_source_first_character_length(groonga_d.groonga.grn_ctx* ctx, grn_token* token, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_token_set_source_length
groonga_d.groonga.grn_rc grn_token_set_source_length(groonga_d.groonga.grn_ctx* ctx, grn_token* token, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_token_set_source_offset
groonga_d.groonga.grn_rc grn_token_set_source_offset(groonga_d.groonga.grn_ctx* ctx, grn_token* token, ulong offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_token_set_status
groonga_d.groonga.grn_rc grn_token_set_status(groonga_d.groonga.grn_ctx* ctx, grn_token* 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.

Manifest constants

GRN_TOKEN_ADD
enum GRN_TOKEN_ADD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TOKEN_CONTINUE
enum GRN_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_TOKEN_DEL
enum GRN_TOKEN_DEL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TOKEN_FORCE_PREFIX
enum GRN_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_TOKEN_GET
enum GRN_TOKEN_GET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TOKEN_LAST
enum GRN_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_TOKEN_OVERLAP
enum GRN_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_TOKEN_REACH_END
enum GRN_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_TOKEN_SKIP
enum GRN_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_TOKEN_SKIP_WITH_POSITION
enum GRN_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_TOKEN_UNMATURED
enum GRN_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_token
struct _grn_token
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta