Updated Branches: refs/heads/master 06472f865 -> fffc7900d
grammar Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/fffc7900 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/fffc7900 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/fffc7900 Branch: refs/heads/master Commit: fffc7900d3b1b67abc5521b6e5e06d217e59c603 Parents: 06472f8 Author: Robert Newson <[email protected]> Authored: Thu Dec 5 12:35:00 2013 +0000 Committer: Robert Newson <[email protected]> Committed: Thu Dec 5 12:35:00 2013 +0000 ---------------------------------------------------------------------- share/doc/src/config/query-servers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/fffc7900/share/doc/src/config/query-servers.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/config/query-servers.rst b/share/doc/src/config/query-servers.rst index 19a5988..88fab82 100644 --- a/share/doc/src/config/query-servers.rst +++ b/share/doc/src/config/query-servers.rst @@ -41,7 +41,7 @@ Query Servers Definition - ``LANGUAGE``: is a programming language which code this query server may execute. For instance, there are `python`, `ruby`, `clojure` and other query servers in wild. This value is also used for `ddoc` field ``language`` - to determine which query server process the functions. + to determine which query server processes the functions. Note, that you may setup multiple query servers for the same programming language, but you have to name them different (like `python-dev` etc.).
