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/02/14 10:11:21 UTC

[couchdb] branch import-nouveau updated (babb2472e -> a66466983)

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


    from babb2472e make it easy (but slow) to be sure you have the latest nouveau libs installed
     add f32fbae66 use the correct ClassLoader when enabling optimized MMapDirectory provider
     add a66466983 reduce open log to debug

No new revisions were added by this update.

Summary of changes:
 java/nouveau/lucene9/pom.xml                       | 52 +++++++++++++++-------
 .../couchdb/nouveau/core/lucene9/Lucene9.java      | 12 ++++-
 .../apache/lucene/store/Java19MMapDirectory.java   | 51 +++++++++++++++++++++
 java/nouveau/pom.xml                               | 10 +++++
 .../apache/couchdb/nouveau/core/IndexManager.java  |  2 +-
 5 files changed, 110 insertions(+), 17 deletions(-)
 create mode 100644 java/nouveau/lucene9/src/main/java/org/apache/lucene/store/Java19MMapDirectory.java