The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.01 - 2022-06-21

  • Add support for getting results of drilldown with a column name. We can get the result of the drilldown with a column name.
  • Add support for a new item of the "status" command Because "memory_map_size" is added since Groonga 12.0.4.
  • Add support for getting value with column name. We can get the result of the search with a column name.
  • Add support Array in "output_columns". We can specify "output_columns" with Array as below.
    • output_columns => ["_id", "title"]
  • Add a support for "query_expander" as the argument of "select". This is an alias for "synonym". "query_expander" is the same as "synonym".

Modules

Perl module for sending HTTP requests to Groonga.

Provides

in lib/Groonga/Commands/Select.pm
in lib/Groonga/Commands/Status.pm
in lib/Groonga/HTTP/Client.pm
in lib/Groonga/ResultSet.pm