A deep nested data structure.
See also: https://www.clear-code.com/blog/2019/1/16.html (Japanese)
There are the following Groonga command files:
schema.grn
: Schema definitionsindex.grn
: Index definitionsload.grn
: Sample dataselect.grn
: Sample queries
You should use these command files in the following order:
schema.grn
load.grn
index.grn
select.grn
run.sh
does all you need:
% ./run.sh
It defines schema, loads sample data, creates indexes and shows query results.