grueni commented on issue #8: [Feature Request] Provide Image with Clouseau / Fulltext Search URL: https://github.com/apache/couchdb-docker/issues/8#issuecomment-354674892 I followed thoroughly the instructions from [ibm 2015](https://developer.ibm.com/dwblog/2015/text-search-apache-couchdb/). You should read the instructions from [cloudant 2017](https://github.com/cloudant-labs/dreyfus/wiki/Introduce-dreyfus-into-couchdb) too. They differ in some points. If you would like to use the tests in couchdb you should - change the order of insertion in local.ini (see in [issue 25](https://github.com/cloudant-labs/dreyfus/issues/25)). Otherwise the tests will fail. - cherrypick this commit repairing the tests for the [indices of type text](https://github.com/apache/couchdb/commit/52e9d894eecff0de1a7c75be24f219a43e680bd3) with curl https://github.com/apache/couchdb/commit/52e9d894eecff0de1a7c75be24f219a43e680bd3.patch > patches/07-test-repair.patch You may find my package for OpenIndiana in the branch [couchdb-dreyfus](https://github.com/grueni/oi-userland/tree/couchdb-dreyfus). The folder patches contains the patches and among them patches 06-, 07- and 08- are relevant for the integration of dreyfus. In folder files you find dreyfus.js which should be copied to share/server. All tests are now successfully passed. AFAIK CouchDB and Clouseau should run in the same docker container. Maybe this the root cause of your rpc error. Did you know this [one](https://github.com/homerjam/cloudant-search) with CouchDB 2.0? edited: It worked for CouchDB 2.1.1 (not trunk!), Erlang 19.3, current master of drefyus with latest OpenIndiana.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
