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/03/16 14:03:19 UTC

[couchdb] branch import-nouveau updated (ff1a58bc7 -> 499c3332b)

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 ff1a58bc7 convert hits to rows at http level for compat
     add 499c3332b port simple_asciifolding contribution from https://github.com/cloudant-labs/clouseau/pull/39

No new revisions were added by this update.

Summary of changes:
 .../lucene4/core/Lucene4AnalyzerFactory.java       |  1 +
 .../lucene4/core/SimpleAsciiFoldingAnalyzer.java   | 38 +++++++++++++++++++++
 .../lucene9/core/Lucene9AnalyzerFactory.java       |  1 +
 .../lucene9/core/SimpleAsciiFoldingAnalyzer.java   | 39 ++++++++++++++++++++++
 4 files changed, 79 insertions(+)
 create mode 100644 java/nouveau/lucene4/src/main/java/org/apache/couchdb/nouveau/lucene4/core/SimpleAsciiFoldingAnalyzer.java
 create mode 100644 java/nouveau/lucene9/src/main/java/org/apache/couchdb/nouveau/lucene9/core/SimpleAsciiFoldingAnalyzer.java