This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch lucene-10
in repository https://gitbox.apache.org/repos/asf/couchdb.git
omit 07d1134aa Move up to match Lucene source compatibility
omit a7d79d7a1 document nouveau handling of lucene 9 & 10
omit 8c0b6a034 fix formatting error in previous PR
omit aabc62de1 add scanner to upgrade nouveau indexes
omit 67a5d8442 insert lucene version in new design documents if missing
omit 41b0e3c05 nouveau welcome message for version negotiation
omit e74e9820c support legacy codec but prevent new legacy indexes
add fc27a0a77 support legacy indexes but prevent new ones
add 873f131e0 nouveau welcome message for version negotiation
add e62433f6d insert lucene version in new design documents if missing
add 58bf445ba add scanner to upgrade nouveau indexes
add f3631c9c9 fix formatting error in previous PR
add 3365fb135 document nouveau handling of lucene 9 & 10
add b2eb37deb Move up to match Lucene source compatibility
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (07d1134aa)
\
N -- N -- N refs/heads/lucene-10 (b2eb37deb)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../main/java/org/apache/couchdb/nouveau/api/IndexDefinition.java | 4 ++++
.../main/java/org/apache/couchdb/nouveau/core/IndexManager.java | 8 +-------
.../java/org/apache/couchdb/nouveau/resources/IndexResource.java | 6 ++++++
3 files changed, 11 insertions(+), 7 deletions(-)