You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/05/04 14:16:36 UTC

[GitHub] [couchdb-documentation] wohali commented on a change in pull request #531: 511 extending clouseau plugin doc

wohali commented on a change in pull request #531:
URL: https://github.com/apache/couchdb-documentation/pull/531#discussion_r419469498



##########
File path: src/install/search.rst
##########
@@ -33,7 +33,16 @@ Installation of Binary Packages
 
 Binary packages that bundle all the necessary dependencies of the search plugin are
 available on `GitHub`_.  The files in each release should be unpacked into a directory on
-the Java classpath. The service expects to find a couple of configuration files
+the Java classpath. If you do not have a classpath already set, or you wish to explicitly
+set the classpath location for Clouseau, then add the line::
+
+-classpath '/path/to/clouseau/*'

Review comment:
       Please indent this line by 4 spaces to ensure it is correctly formatted.

##########
File path: src/install/search.rst
##########
@@ -33,7 +33,16 @@ Installation of Binary Packages
 
 Binary packages that bundle all the necessary dependencies of the search plugin are
 available on `GitHub`_.  The files in each release should be unpacked into a directory on
-the Java classpath. The service expects to find a couple of configuration files
+the Java classpath. If you do not have a classpath already set, or you wish to explicitly
+set the classpath location for Clouseau, then add the line::
+
+-classpath '/path/to/clouseau/*'
+
+to the server command below. If clouseau is installed in /opt/clouseau the line would be::
+
+-classpath '/opt/clouseau'

Review comment:
       Please indent this line by 4 spaces to ensure it is correctly formatted.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org