This is an automated email from the ASF dual-hosted git repository.
daim pushed a change to branch OAK-10213
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
omit 32db205c6f OAK-10213 : updated JavaDocs for bulk findAndUpdate and
added retryCounter for stats
omit afce91276d OAK-10213 : updated DocumentStore API to support bulk
modify request
add 741e3a47ab OAK-10226: custom analyzer mapping from lucene to elastic
(#923)
add 9da4894b8c OAK-10249: Reduce logging in the datastore check and gc
process (#945)
add ad745828a2 OAK-10213 : updated DocumentStore API to support bulk
modify request
add 241e04de78 OAK-10213 : updated JavaDocs for bulk findAndUpdate and
added retryCounter for stats
add f6d7b4d131 OAK-10213 : reused the exisiting method by adding boolean
flags for bulkRequest
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (32db205c6f)
\
N -- N -- N refs/heads/OAK-10213 (f6d7b4d131)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../plugins/blob/MarkSweepGarbageCollector.java | 4 +-
.../apache/jackrabbit/oak/commons/FileIOUtils.java | 2 +-
.../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 +++++++++++++++++
.../plugins/document/mongo/MongoDocumentStore.java | 82 +---
11 files changed, 1549 insertions(+), 106 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