groonga_d.highlighter

Undocumented in source.

Members

Aliases

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

Functions

grn_highlighter_add_keyword
groonga_d.groonga.grn_rc grn_highlighter_add_keyword(groonga_d.groonga.grn_ctx* ctx, grn_highlighter* highlighter, const(char)* keyword, long keyword_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_highlighter_clear_keywords
groonga_d.groonga.grn_rc grn_highlighter_clear_keywords(groonga_d.groonga.grn_ctx* ctx, grn_highlighter* highlighter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_highlighter_close
groonga_d.groonga.grn_rc grn_highlighter_close(groonga_d.groonga.grn_ctx* ctx, grn_highlighter* highlighter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_highlighter_get_lexicon
groonga_d.groonga.grn_obj* grn_highlighter_get_lexicon(groonga_d.groonga.grn_ctx* ctx, grn_highlighter* highlighter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_highlighter_highlight
groonga_d.groonga.grn_rc grn_highlighter_highlight(groonga_d.groonga.grn_ctx* ctx, grn_highlighter* highlighter, const(char)* text, long text_length, groonga_d.groonga.grn_obj* output)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_highlighter_open
grn_highlighter* grn_highlighter_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_highlighter_set_lexicon
groonga_d.groonga.grn_rc grn_highlighter_set_lexicon(groonga_d.groonga.grn_ctx* ctx, grn_highlighter* highlighter, groonga_d.groonga.grn_obj* lexicon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta