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 b5dad6707 Move up to match Lucene source compatibility
    omit 7bd4c0be8 document nouveau handling of lucene 9 & 10
    omit 3e66c8b2a fix formatting error in previous PR
    omit ed83dfc08 add scanner to upgrade nouveau indexes
    omit 828060721 insert lucene version in new design documents if missing
    omit 59f1ac151 Allow existing legacy indexes but prevent new ones
    omit febf3a857 nouveau welcome message for version negotiation
    omit 1c71b1d2b update to lucene 10
    omit 970047496 Remove "9" from package and class names
    omit 2e28e98ac add lucene version to ddoc and index definition
     add d25ae8e00 add lucene version to ddoc and index definition
     add e97f6766e update to lucene 10
     add 5d7fe3fb0 nouveau welcome message for version negotiation
     add 32544becd insert lucene version in new design documents if missing
     add 91f0e9a05 add scanner to upgrade nouveau indexes
     add b9b0d5fc5 fix formatting error in previous PR
     add 04793c139 document nouveau handling of lucene 9 & 10
     add d113be74b 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   (b5dad6707)
            \
             N -- N -- N   refs/heads/lucene-10 (d113be74b)

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:
 .../apache/couchdb/nouveau/api/IndexDefinition.java   |  4 ++--
 .../apache/couchdb/nouveau/api/WelcomeResponse.java   |  4 ++--
 .../org/apache/couchdb/nouveau/core/IndexManager.java |  3 +--
 .../couchdb/nouveau/health/IndexHealthCheck.java      |  5 ++---
 .../couchdb/nouveau/api/IndexDefinitionTest.java      |  2 +-
 .../apache/couchdb/nouveau/core/IndexManagerTest.java | 19 ++++++++++++-------
 .../nouveau/lucene/LuceneAnalyzerFactoryTest.java     |  8 +++++---
 .../couchdb/nouveau/lucene/LuceneIndexTest.java       |  5 ++---
 8 files changed, 27 insertions(+), 23 deletions(-)

Reply via email to