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 f0d9136bc open latest version of index
 discard 0c0a68e8d update to lucene 10
 discard a2d31fab1 Remove "9" from package and class names
     add 1a2dfc9c8 DRY out couch_bt_engine header pointer term access
     add de46feafd Implement the ability to downgrade CouchDB versions
     add 0d7440e25 allow stale queries
     add 1809a89ff optimize searches when index is fresh
     add 8276e3744 stale test
     add f2245212c Merge pull request #5617 from apache/nouveau-search-opt
     new 4f17900c3 Remove "9" from package and class names
     new fa64468ad update to lucene 10
     new 93869a1c6 open latest version of index
     new 6107f4fa7 return index created version major in info
     new c0d7e0c78 retry if no connection available

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   (f0d9136bc)
            \
             N -- N -- N   refs/heads/lucene-10 (c0d7e0c78)

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.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/couchdb/nouveau/api/IndexInfo.java  |  16 ++-
 .../org/apache/couchdb/nouveau/core/Index.java     |   6 +-
 .../apache/couchdb/nouveau/core/IndexManager.java  |   2 +-
 .../apache/couchdb/nouveau/lucene/LuceneIndex.java |   3 +-
 rel/overlay/etc/default.ini                        |  10 ++
 src/couch/src/couch_bt_engine.erl                  | 135 +++++++++------------
 src/couch/src/couch_bt_engine_header.erl           |  78 ++++++++++--
 src/nouveau/src/nouveau_api.erl                    |   6 +
 src/nouveau/src/nouveau_fabric_info.erl            |   2 +
 src/nouveau/src/nouveau_rpc.erl                    |  69 ++++++-----
 test/elixir/test/config/nouveau.elixir             |   3 +-
 test/elixir/test/nouveau_test.exs                  |  17 +++
 12 files changed, 223 insertions(+), 124 deletions(-)

Reply via email to