You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by fo...@apache.org on 2023/05/17 12:02:15 UTC

[jackrabbit-oak] branch trunk updated (1b07fcb454 -> 741e3a47ab)

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

fortino pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


    from 1b07fcb454 OAK-10245 : Document OAK-10173
     add 741e3a47ab OAK-10226: custom analyzer mapping from lucene to elastic (#923)

No new revisions were added by this update.

Summary of changes:
 .../index/lucene/LuceneFullTextAnalyzerTest.java   |   9 +
 .../index/elastic/index/ElasticCustomAnalyzer.java | 137 +++++--
 .../index/ElasticCustomAnalyzerMappings.java       | 235 ++++++++++++
 .../index/elastic/ElasticFullTextAnalyzerTest.java | 162 +++++++-
 oak-search/pom.xml                                 |   1 +
 .../plugins/index/FullTextAnalyzerCommonTest.java  | 422 +++++++++++++++++++++
 .../src/test/resources/mapping-ISOLatin1Accent.txt | 246 ++++++++++++
 .../src/test/resources/stopwords-snowball.txt      | 355 +++++++++++++++++
 8 files changed, 1533 insertions(+), 34 deletions(-)
 create mode 100644 oak-search-elastic/src/main/java/org/apache/jackrabbit/oak/plugins/index/elastic/index/ElasticCustomAnalyzerMappings.java
 create mode 100644 oak-search/src/test/resources/mapping-ISOLatin1Accent.txt
 create mode 100644 oak-search/src/test/resources/stopwords-snowball.txt