groonga_d.token_cursor

Undocumented in source.

Members

Aliases

grn_token_cursor
alias grn_token_cursor = _grn_token_cursor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

grn_token_cursor_status
enum grn_token_cursor_status
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_cursor_close
groonga_d.groonga.grn_rc grn_token_cursor_close(groonga_d.groonga.grn_ctx* ctx, grn_token_cursor* token_cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_token_cursor_get_status
grn_token_cursor_status grn_token_cursor_get_status(groonga_d.groonga.grn_ctx* ctx, grn_token_cursor* token_cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_token_cursor_get_token
groonga_d.token.grn_token* grn_token_cursor_get_token(groonga_d.groonga.grn_ctx* ctx, grn_token_cursor* token_cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_token_cursor_next
uint grn_token_cursor_next(groonga_d.groonga.grn_ctx* ctx, grn_token_cursor* token_cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_token_cursor_open
grn_token_cursor* grn_token_cursor_open(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, const(char)* str, size_t str_len, groonga_d.token.grn_tokenize_mode mode, uint flags)
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_CURSOR_ENABLE_TOKENIZED_DELIMITER
enum GRN_TOKEN_CURSOR_ENABLE_TOKENIZED_DELIMITER;
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_cursor
struct _grn_token_cursor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta