After a month of development, version 14.0.7 of the full-text search engine was released, columnar database management system Groonga, written in C and C++, and distributed under the GNU LGPL 2.1 license.
The project provides a library and console utilities.
Notable related projects include Mroonga and PGroonga – integrations of Groonga into MySQL and PostgreSQL respectively.
Change log:
- The Unicode NFKC normalizer has added an option unify_latin_alphabet_with to ignore diacritical marks in Latin letters;
- support added simdjson. The use of RapidJSON will be removed in future versions;
- support for Ubuntu 23.10 has been removed;
- the installation packages now include a dependency on libedit;
- fixed an issue where the option GRN_WITH_BUNDLED_ONIGMO=OFF was ignored;
- the output of the commands groonga —version/status did not include the h3 line when support for H3 (hexagonal hierarchical geospatial indexing system by Uber) was enabled;
- fixed a possible crash when log rotation was enabled.
Source: linux.org.ru
