groonga_d.ii

Undocumented in source.

Members

Aliases

grn_ii
alias grn_ii = _grn_ii
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ii_buffer
alias grn_ii_buffer = _grn_ii_buffer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ii_cursor
alias grn_ii_cursor = _grn_ii_cursor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

grn_ii_buffer_append
groonga_d.groonga.grn_rc grn_ii_buffer_append(groonga_d.groonga.grn_ctx* ctx, grn_ii_buffer* ii_buffer, groonga_d.groonga.grn_id rid, uint section, groonga_d.groonga.grn_obj* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ii_buffer_close
groonga_d.groonga.grn_rc grn_ii_buffer_close(groonga_d.groonga.grn_ctx* ctx, grn_ii_buffer* ii_buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ii_buffer_commit
groonga_d.groonga.grn_rc grn_ii_buffer_commit(groonga_d.groonga.grn_ctx* ctx, grn_ii_buffer* ii_buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ii_buffer_open
grn_ii_buffer* grn_ii_buffer_open(groonga_d.groonga.grn_ctx* ctx, grn_ii* ii, ulong update_buffer_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ii_cursor_close
groonga_d.groonga.grn_rc grn_ii_cursor_close(groonga_d.groonga.grn_ctx* ctx, grn_ii_cursor* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ii_cursor_get_ii
grn_ii* grn_ii_cursor_get_ii(groonga_d.groonga.grn_ctx* ctx, grn_ii_cursor* cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ii_cursor_next
groonga_d.posting.grn_posting* grn_ii_cursor_next(groonga_d.groonga.grn_ctx* ctx, grn_ii_cursor* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ii_cursor_next_pos
groonga_d.posting.grn_posting* grn_ii_cursor_next_pos(groonga_d.groonga.grn_ctx* ctx, grn_ii_cursor* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ii_cursor_open
grn_ii_cursor* grn_ii_cursor_open(groonga_d.groonga.grn_ctx* ctx, grn_ii* ii, groonga_d.groonga.grn_id tid, groonga_d.groonga.grn_id min, groonga_d.groonga.grn_id max, int nelements, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ii_cursor_set_min_enable_get
groonga_d.groonga.grn_bool grn_ii_cursor_set_min_enable_get()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ii_cursor_set_min_enable_set
void grn_ii_cursor_set_min_enable_set(groonga_d.groonga.grn_bool enable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ii_cursor_set_scale
groonga_d.groonga.grn_rc grn_ii_cursor_set_scale(groonga_d.groonga.grn_ctx* ctx, .grn_ii_cursor* cursor, float scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ii_cursor_set_scales
groonga_d.groonga.grn_rc grn_ii_cursor_set_scales(groonga_d.groonga.grn_ctx* ctx, .grn_ii_cursor* cursor, float* scales, size_t n_scales)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ii_estimate_size
uint grn_ii_estimate_size(groonga_d.groonga.grn_ctx* ctx, grn_ii* ii, groonga_d.groonga.grn_id tid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ii_estimate_size_for_lexicon_cursor
uint grn_ii_estimate_size_for_lexicon_cursor(groonga_d.groonga.grn_ctx* ctx, grn_ii* ii, groonga_d.groonga.grn_table_cursor* lexicon_cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ii_estimate_size_for_query
uint grn_ii_estimate_size_for_query(groonga_d.groonga.grn_ctx* ctx, grn_ii* ii, const(char)* query, uint query_len, groonga_d.groonga.grn_search_optarg* optarg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ii_get_flags
groonga_d.groonga.grn_column_flags grn_ii_get_flags(groonga_d.groonga.grn_ctx* ctx, grn_ii* ii)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ii_get_n_elements
uint grn_ii_get_n_elements(groonga_d.groonga.grn_ctx* ctx, grn_ii* ii)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ii_posting_add
groonga_d.groonga.grn_rc grn_ii_posting_add(groonga_d.groonga.grn_ctx* ctx, groonga_d.posting.grn_posting* pos, groonga_d.hash.grn_hash* s, groonga_d.groonga.grn_operator op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ii_posting_add_float
groonga_d.groonga.grn_rc grn_ii_posting_add_float(groonga_d.groonga.grn_ctx* ctx, groonga_d.posting.grn_posting* pos, groonga_d.hash.grn_hash* s, groonga_d.groonga.grn_operator op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_ii_resolve_sel_and
void grn_ii_resolve_sel_and(groonga_d.groonga.grn_ctx* ctx, groonga_d.hash.grn_hash* s, groonga_d.groonga.grn_operator op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta