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

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

commit 26cf3f2a0df10e90645ca22c387dbe1a74557880
Merge: fa48a1d0ec 0bc5457f11
Author: Thomas Mueller <thom...@apache.org>
AuthorDate: Thu May 19 09:30:51 2022 +0200

    Merge pull request #573 from apache/OAK-9772
    
    OAK-9772 Elastic and Lucene tokenizer difference

 oak-doc/src/site/markdown/query/elastic.md         |  2 +-
 .../oak/plugins/index/lucene/OakAnalyzer.java      |  6 +-
 .../lucene/LuceneFullTextIndexCommonTest.java      | 52 +++++++++++++
 .../index/elastic/ElasticIndexDefinition.java      | 15 +++-
 .../index/elastic/index/ElasticIndexHelper.java    |  4 +-
 .../index/elastic/ElasticFullTextAsyncTest.java    | 27 -------
 .../elastic/ElasticFullTextIndexCommonTest.java    | 43 ++++++++++
 .../oak/plugins/index/FullTextIndexCommonTest.java | 91 ++++++++++++++++++++++
 8 files changed, 207 insertions(+), 33 deletions(-)

Reply via email to