rnewson commented on PR #5628:
URL: https://github.com/apache/couchdb/pull/5628#issuecomment-3614372803
that lucene error is because of this clause;
```java
if (luceneVersion != IndexDefinition.LATEST_LUCENE_VERSION) {
config.setOpenMode(OpenMode.APPEND);
}
```
That is, this branch refuses to make a new Lucene 9 index (but will open
existing ones).
I definitely agree that the way this manifests in the log and the http
response is hideous and I won't merge this PR until that is done.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]