You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2023/01/31 12:22:16 UTC

[couchdb] branch import-nouveau updated (95e2fead4 -> 9a2a0218e)

This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a change to branch import-nouveau
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit 95e2fead4 further narrow lucene version-specific exposure behind Lucene abstraction
    omit 293651d9c use shaded versions of lucene 9
    omit 9f946ed21 remove ugly attempt at versioning
    omit 4d6c6b522 created shaded lucene jars
     add f549562b5 created shaded lucene jars
     add f9e899e1f remove ugly attempt at versioning
     add 3814a6c5d use shaded versions of lucene 9
     add 37b5de28e further narrow lucene version-specific exposure behind Lucene abstraction
     add 9a2a0218e try to fix some of the nouveau CI

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   (95e2fead4)
            \
             N -- N -- N   refs/heads/import-nouveau (9a2a0218e)

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:
 .github/workflows/codeql-analysis.yml              |   3 +-
 .github/workflows/maven.yml                        |   4 +-
 .../apache/couchdb/nouveau/core/IndexManager.java  |   2 +-
 .../apache/couchdb/nouveau/core/QueryParser.java   |   2 +-
 .../couchdb/nouveau/core/lucene9/Lucene9.java      |  20 ++--
 .../core/lucene9/Lucene9AnalyzerFactory.java       |  80 +++++++--------
 .../couchdb/nouveau/core/lucene9/Lucene9Index.java | 108 ++++++++++-----------
 .../nouveau/core/lucene9/Lucene9QueryParser.java   |  68 ++++++-------
 .../core/lucene9/NumericRangeQueryProcessor.java   |  16 +--
 .../core/lucene9/ParallelSearcherFactory.java      |   6 +-
 .../core/lucene9/Lucene9AnalyzerFactoryTest.java   |  82 ++++++++--------
 java/nouveau/shaded-lucene-4/pom.xml               |   8 +-
 java/nouveau/shaded-lucene-9/pom.xml               |   8 +-
 13 files changed, 204 insertions(+), 203 deletions(-)