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/03/22 07:33:46 UTC

[jackrabbit-oak] branch trunk updated (a316bb3 -> 8514864)

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

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


    from a316bb3  OAK-9714 | Adding support to be able to build FlatFileStore independe… (#514)
     new 8892ff1  Initial attempt at getting index functions to work in elastic indexes
     new b8792d4  All tests working
     new e02467c  Adding spaces
     new 8be46a4  Reducing unnecessary changes
     new e5b94ad  Removing unneeded import
     new 8514864  Merge pull request #524 from klcodanr/elastic-function-support

The 17581 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:
 .../index/elastic/ElasticIndexDefinition.java      |  26 ++-
 .../index/elastic/index/ElasticIndexEditor.java    |   2 +-
 .../index/elastic/query/ElasticIndexPlanner.java   |  14 +-
 .../elastic/ElasticFunctionIndexCommonTest.java    |  39 +++-
 .../elastic/ElasticTestRepositoryBuilder.java      |   3 +-
 .../oak/plugins/index/FunctionIndexCommonTest.java | 244 +++++++++++----------
 6 files changed, 181 insertions(+), 147 deletions(-)