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 th...@apache.org on 2022/07/11 09:04:37 UTC

[jackrabbit-oak] branch OAK-9780 updated (e3f2c83479 -> 51bbf982f1)

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

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


    from e3f2c83479 OAK-9780 Prefetch Cursor - fix exports
     add 7aee0b1c26 describe the process of executing a query (#608)
     add 6ab567cf9a OAK-9824 improve warning on corrupt index (#611)
     add 227af0a3e0 Adding path name to the logs (#605)
     add b00868ed1d OAK-9828: Update Oak trunk to Jackrabbit 2.20.6
     add 057a0de357 OAK-9829: always add filter on FV field to prevent plugin failures (#613)
     new 51bbf982f1 Merge remote-tracking branch 'origin/trunk' into OAK-9780

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/jackrabbit/oak/core/MutableTree.java    |  2 +-
 .../plugins/index/TrackingCorruptIndexHandler.java |  4 +-
 oak-doc/src/site/markdown/query/query-engine.md    | 82 ++++++++++++++--------
 oak-parent/pom.xml                                 |  2 +-
 .../index/elastic/query/ElasticRequestHandler.java |  9 ++-
 .../index/elastic/ElasticSimilarQueryTest.java     |  9 ++-
 6 files changed, 70 insertions(+), 38 deletions(-)


[jackrabbit-oak] 01/01: Merge remote-tracking branch 'origin/trunk' into OAK-9780

Posted by th...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 51bbf982f1b7eb19ec197a1d2c5b8ef25663833b
Merge: e3f2c83479 057a0de357
Author: Thomas Mueller <th...@apache.org>
AuthorDate: Mon Jul 11 11:04:18 2022 +0200

    Merge remote-tracking branch 'origin/trunk' into OAK-9780

 .../apache/jackrabbit/oak/core/MutableTree.java    |  2 +-
 .../plugins/index/TrackingCorruptIndexHandler.java |  4 +-
 oak-doc/src/site/markdown/query/query-engine.md    | 82 ++++++++++++++--------
 oak-parent/pom.xml                                 |  2 +-
 .../index/elastic/query/ElasticRequestHandler.java |  9 ++-
 .../index/elastic/ElasticSimilarQueryTest.java     |  9 ++-
 6 files changed, 70 insertions(+), 38 deletions(-)