Groonga
Loading...
Searching...
No Matches
posting.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  grn_posting
 

Functions

GRN_API grn_postinggrn_posting_open (grn_ctx *ctx)
 
GRN_API void grn_posting_close (grn_ctx *ctx, grn_posting *posting)
 
GRN_API grn_id grn_posting_get_record_id (grn_ctx *ctx, grn_posting *posting)
 
GRN_API uint32_t grn_posting_get_section_id (grn_ctx *ctx, grn_posting *posting)
 
GRN_API uint32_t grn_posting_get_position (grn_ctx *ctx, grn_posting *posting)
 
GRN_API uint32_t grn_posting_get_tf (grn_ctx *ctx, grn_posting *posting)
 
GRN_API uint32_t grn_posting_get_weight (grn_ctx *ctx, grn_posting *posting)
 
GRN_API float grn_posting_get_weight_float (grn_ctx *ctx, grn_posting *posting)
 
GRN_API uint32_t grn_posting_get_rest (grn_ctx *ctx, grn_posting *posting)
 
GRN_API void grn_posting_set_weight (grn_ctx *ctx, grn_posting *posting, uint32_t weight)
 
GRN_API void grn_posting_set_weight_float (grn_ctx *ctx, grn_posting *posting, float weight)
 

Function Documentation

◆ grn_posting_close()

GRN_API void grn_posting_close ( grn_ctx ctx,
grn_posting posting 
)

◆ grn_posting_get_position()

GRN_API uint32_t grn_posting_get_position ( grn_ctx ctx,
grn_posting posting 
)

◆ grn_posting_get_record_id()

GRN_API grn_id grn_posting_get_record_id ( grn_ctx ctx,
grn_posting posting 
)

◆ grn_posting_get_rest()

GRN_API uint32_t grn_posting_get_rest ( grn_ctx ctx,
grn_posting posting 
)

◆ grn_posting_get_section_id()

GRN_API uint32_t grn_posting_get_section_id ( grn_ctx ctx,
grn_posting posting 
)

◆ grn_posting_get_tf()

GRN_API uint32_t grn_posting_get_tf ( grn_ctx ctx,
grn_posting posting 
)

◆ grn_posting_get_weight()

GRN_API uint32_t grn_posting_get_weight ( grn_ctx ctx,
grn_posting posting 
)

◆ grn_posting_get_weight_float()

GRN_API float grn_posting_get_weight_float ( grn_ctx ctx,
grn_posting posting 
)

◆ grn_posting_open()

GRN_API grn_posting * grn_posting_open ( grn_ctx ctx)

◆ grn_posting_set_weight()

GRN_API void grn_posting_set_weight ( grn_ctx ctx,
grn_posting posting,
uint32_t  weight 
)

◆ grn_posting_set_weight_float()

GRN_API void grn_posting_set_weight_float ( grn_ctx ctx,
grn_posting posting,
float  weight 
)