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/13 21:53:25 UTC

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

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 17324b05b support DoubleField in lucene 9.5.0, shortcircuit on match
     add 87089ab6f oops
     add 7d67353bb make it clear when lucene index is in use for debugging
     add d12140f43 Simplify conversion of stored fields
     add d169e5738 total_hits_relation doesn't exist in lucene 4
     add babb2472e make it easy (but slow) to be sure you have the latest nouveau libs installed

No new revisions were added by this update.

Summary of changes:
 Makefile                                           |  8 +++-
 .../couchdb/nouveau/core/lucene4/Lucene4.java      |  2 +-
 .../couchdb/nouveau/core/lucene4/Lucene4Index.java | 49 ++++++----------------
 .../couchdb/nouveau/core/lucene9/Lucene9Index.java | 42 +++++--------------
 .../apache/couchdb/nouveau/NouveauApplication.java |  2 +-
 .../apache/couchdb/nouveau/core/IndexManager.java  |  4 +-
 src/nouveau/src/nouveau_fabric_search.erl          |  5 ++-
 7 files changed, 40 insertions(+), 72 deletions(-)