- grn_scorer_matched_record_get_arg
groonga_d.groonga.grn_obj* grn_scorer_matched_record_get_arg(groonga_d.groonga.grn_ctx* ctx, grn_scorer_matched_record* record, uint i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_scorer_matched_record_get_id
groonga_d.groonga.grn_id grn_scorer_matched_record_get_id(groonga_d.groonga.grn_ctx* ctx, grn_scorer_matched_record* record)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_scorer_matched_record_get_lexicon
groonga_d.groonga.grn_obj* grn_scorer_matched_record_get_lexicon(groonga_d.groonga.grn_ctx* ctx, grn_scorer_matched_record* record)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_scorer_matched_record_get_n_args
uint grn_scorer_matched_record_get_n_args(groonga_d.groonga.grn_ctx* ctx, grn_scorer_matched_record* record)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_scorer_matched_record_get_n_candidates
ulong grn_scorer_matched_record_get_n_candidates(groonga_d.groonga.grn_ctx* ctx, grn_scorer_matched_record* record)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_scorer_matched_record_get_n_documents
ulong grn_scorer_matched_record_get_n_documents(groonga_d.groonga.grn_ctx* ctx, grn_scorer_matched_record* record)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_scorer_matched_record_get_n_occurrences
uint grn_scorer_matched_record_get_n_occurrences(groonga_d.groonga.grn_ctx* ctx, grn_scorer_matched_record* record)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_scorer_matched_record_get_n_tokens
uint grn_scorer_matched_record_get_n_tokens(groonga_d.groonga.grn_ctx* ctx, grn_scorer_matched_record* record)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_scorer_matched_record_get_table
groonga_d.groonga.grn_obj* grn_scorer_matched_record_get_table(groonga_d.groonga.grn_ctx* ctx, grn_scorer_matched_record* record)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_scorer_matched_record_get_term_weights
groonga_d.groonga.grn_obj* grn_scorer_matched_record_get_term_weights(groonga_d.groonga.grn_ctx* ctx, grn_scorer_matched_record* record)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_scorer_matched_record_get_terms
groonga_d.groonga.grn_obj* grn_scorer_matched_record_get_terms(groonga_d.groonga.grn_ctx* ctx, grn_scorer_matched_record* record)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_scorer_matched_record_get_total_term_weights
uint grn_scorer_matched_record_get_total_term_weights(groonga_d.groonga.grn_ctx* ctx, grn_scorer_matched_record* record)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_scorer_matched_record_get_weight
int grn_scorer_matched_record_get_weight(groonga_d.groonga.grn_ctx* ctx, grn_scorer_matched_record* record)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- grn_scorer_register
groonga_d.groonga.grn_rc grn_scorer_register(groonga_d.groonga.grn_ctx* ctx, const(char)* scorer_name_ptr, int scorer_name_length, grn_scorer_score_func* score)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.