Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
server-use.inc
Go to the documentation of this file.
1 
2 
3 .. note::
4 
5  The package 'groonga' is the mininum set of fulltext search engine.
6  If you want to use groonga for server use, you can install
7  additional preconfigured packages.
8 
9  There are three packages for server use.
10 
11  * groonga-server-http (simple HTTP protocol based server package)
12  * groonga-httpd (nginx and HTTP protocol based server package)
13  * groonga-server-gqtp (GQTP protocol based server package)
14 
15  See :doc:`/server` section about details.