groonga-d ~master (2021-11-05T15:06:01Z)
Home
Dub
Repo
grn_posting
groonga_d
posting
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) nothrow @
nogc
struct
grn_posting {
groonga_d
.
groonga
.
grn_id
rid
;
uint
sid
;
uint
pos
;
uint
tf
;
uint
weight
;
uint
rest
;
}
Members
Variables
pos
uint
pos
;
Undocumented in source.
rest
uint
rest
;
Undocumented in source.
rid
groonga_d
.
groonga
.
grn_id
rid
;
Undocumented in source.
sid
uint
sid
;
Undocumented in source.
tf
uint
tf
;
Undocumented in source.
weight
uint
weight
;
Undocumented in source.
Meta
Source
See Implementation
groonga_d
posting
functions
grn_posting_close
grn_posting_get_position
grn_posting_get_record_id
grn_posting_get_rest
grn_posting_get_section_id
grn_posting_get_tf
grn_posting_get_weight
grn_posting_get_weight_float
grn_posting_open
grn_posting_set_weight
grn_posting_set_weight_float
structs
grn_posting