There's https://docs.couchdb.org/en/stable/install/search.html
You can use up to java 8 but nothing newer. We dropped log4j btw, though clouseau only ever used log4j 1.x which was not affected by the Log4Shell vulnerability. clouseau uses slf4j and you need to choose which adapter you'd like. The next major release of couchdb will include an alternative Lucene indexing system that works with Java 11 through 20 and will include the Java artifacts necessary to run the whole stack. B. > On 13 Sep 2023, at 21:45, TDAS <talldarkandstra...@icloud.com.INVALID> wrote: > > Greetings > > I’ve set up an index in a design doc, and I’m trying to use _search after a > long wait I get: > > { > "error": "ou_est_clouseau”, > "reason": "Could not connect to the Clouseau Java service at > clouseau@127.0.0.1” > } > > So, I’ve been looking into installing this but am going down a rabbit hole. > > First I need java which I don’t have - I install that, then google tells me > it will only compile with jdk6, which I can’t find. Then I see it uses log4j > and I’m remembering the vulnerability that caused a load of headaches. > > Any advice? Is there an idiot guide somewhere? > > TIA > > TC > > > >