- grn_posting_close
void grn_posting_close(groonga_d.groonga.grn_ctx* ctx, grn_posting* posting)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_posting_get_position
uint grn_posting_get_position(groonga_d.groonga.grn_ctx* ctx, grn_posting* posting)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_posting_get_record_id
groonga_d.groonga.grn_id grn_posting_get_record_id(groonga_d.groonga.grn_ctx* ctx, grn_posting* posting)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_posting_get_rest
uint grn_posting_get_rest(groonga_d.groonga.grn_ctx* ctx, grn_posting* posting)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_posting_get_section_id
uint grn_posting_get_section_id(groonga_d.groonga.grn_ctx* ctx, grn_posting* posting)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_posting_get_tf
uint grn_posting_get_tf(groonga_d.groonga.grn_ctx* ctx, grn_posting* posting)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_posting_get_weight
uint grn_posting_get_weight(groonga_d.groonga.grn_ctx* ctx, grn_posting* posting)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_posting_get_weight_float
float grn_posting_get_weight_float(groonga_d.groonga.grn_ctx* ctx, grn_posting* posting)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_posting_open
grn_posting* grn_posting_open(groonga_d.groonga.grn_ctx* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_posting_set_weight
void grn_posting_set_weight(groonga_d.groonga.grn_ctx* ctx, grn_posting* posting, uint weight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_posting_set_weight_float
void grn_posting_set_weight_float(groonga_d.groonga.grn_ctx* ctx, grn_posting* posting, float weight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.