summaryrefslogtreecommitdiff
path: root/src/docs/src/config/query-servers.rst
diff options
context:
space:
mode:
Diffstat (limited to 'src/docs/src/config/query-servers.rst')
-rw-r--r--src/docs/src/config/query-servers.rst28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/docs/src/config/query-servers.rst b/src/docs/src/config/query-servers.rst
index 3bd99c439..cf6963fdc 100644
--- a/src/docs/src/config/query-servers.rst
+++ b/src/docs/src/config/query-servers.rst
@@ -241,6 +241,34 @@ CouchDB's search subsystem can be configured via the ``dreyfus`` configuration s
this config setting is not defined, CouchDB will use the value of ``max_limit``
instead. If neither is defined, the default is ``2000``.
+Nouveau
+=======
+
+CouchDB's experimental search subsystem can be configured via the
+``nouveau`` configuration section.
+
+.. config:section:: nouveau :: Nouveau Server Configuration
+
+ .. config:option:: enable :: Whether nouveau is enabled
+
+ Set to ``true`` to enable Nouveau. If disabled, all nouveau
+ endpoints return 404 Not Found. Defaults to ``false``.
+
+ .. config:option:: url :: Nouveau Server location
+
+ The URL to a running nouveau server. Defaults to
+ ``http://127.0.0.1:8080``.
+
+ .. config:option:: max_sessions :: Maximum number of ibrowse sessions
+
+ Nouveau will configure ibrowse max_sessions to this value for
+ the configured ``url``. Defaults to ``100``.
+
+ .. config:option:: max_pipeline_size :: Max pipeline size
+
+ Nouveau will configure ibrowse max_pipeline_size to this value
+ for the configured ``url``. Defaults to ``1000``.
+
.. _config/mango:
Mango