7.25.14. grn_ii

7.25.14.1. Summary

buffered index builder

特定のアプリケーション用に準備した内部APIです。

TODO…

7.25.14.2. Example

TODO…

7.25.14.3. Reference

type grn_ii
type grn_ii_buffer
grn_ii_buffer *grn_ii_buffer_open(grn_ctx *ctx, grn_ii *ii, unsigned long long int update_buffer_size)
grn_rc grn_ii_buffer_append(grn_ctx *ctx, grn_ii_buffer *ii_buffer, grn_id rid, unsigned int section, grn_obj *value)
grn_rc grn_ii_buffer_commit(grn_ctx *ctx, grn_ii_buffer *ii_buffer)
grn_rc grn_ii_buffer_close(grn_ctx *ctx, grn_ii_buffer *ii_buffer)