groonga is an embeddable fulltext search engine library. It can integrate with DBMS and scripting languages to enhance their search functionality. It also provides a standalone data store server based on relation data model.
groonga is an embeddable fulltext search engine library. It can integrate with DBMS and scripting languages to enhance their search functionality. It also provides a standalone data store server based on relation data model.
To install groonga, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install groonga
To see what files were installed by groonga, run:
port contents groonga
To later upgrade groonga, run:
sudo port selfupdate && sudo port upgrade groonga
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.