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
discard f781a166d fix formatting error in previous PR
discard dac40dc15 gracefully handle attempt to create old index
discard b1b66a3d7 add scanner to upgrade nouveau indexes
discard 84a00c73b insert lucene version on save if missing
discard 8b7110c2d don't create indexes for old lucene versions
discard 7a9711e69 update to lucene 10
discard 1c8885a2c Remove "9" from package and class names
discard 0ebd374ce add lucene version to ddoc and index definition
add a9fc624fd add lucene version to ddoc and index definition
add 95836986e Remove "9" from package and class names
add 9a65bed85 update to lucene 10
add b6450128d don't create indexes for old lucene versions
add 4e33abb12 insert lucene version on save if missing
add ec7e03948 add scanner to upgrade nouveau indexes
add 552be9719 gracefully handle attempt to create old index
add 8c8b7509a fix formatting error in previous PR
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 (f781a166d)
\
N -- N -- N refs/heads/lucene-10 (8c8b7509a)
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:
.../couchdb/nouveau/api/IndexDefinition.java | 4 +--
.../couchdb/nouveau/api/IndexDefinitionTest.java | 42 ++++++++++++++++++++++
.../couchdb/nouveau/core/IndexManagerTest.java | 5 +--
.../couchdb/nouveau/lucene/LuceneIndexTest.java | 3 +-
4 files changed, 49 insertions(+), 5 deletions(-)
create mode 100644
nouveau/src/test/java/org/apache/couchdb/nouveau/api/IndexDefinitionTest.java