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 2021/10/15 09:17:35 UTC

[jackrabbit-oak] branch trunk updated (0b28b32 -> d73ec45)

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 0b28b32  OAK-301: Document Oak
     new 7bc0c0e  OAK-9587 - Add an attribute to enforce a strict index tag check
     new 801f9ed  OAK-9587 - adding missing ASF license
     new 17dd091  OAK-9587 - adjusting naming after review
     new e995937  OAK-9587 - introducing IndexSelectionPolicy to replace IndexTagsMatchingPolicy
     new 6fcab14  OAK-9587 - simplifying IndexSelectionPolicy (use TAG instead TAG_ONLY)
     new 990e90c  OAK-9587 - corrected method names and comments
     new d73eefe  OAK-9587 - stricter check for "selectionPolicy"
     new bc39042  OAK-9587 - added whitespace and relocated variable
     new d73ec45  Merge pull request #378 from etugarev/feature/OAK-9587

The 17344 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:
 .../oak/plugins/index/IndexConstants.java          |  5 ++
 ...xPathService.java => IndexSelectionPolicy.java} | 11 ++--
 .../oak/plugins/index/property/PropertyIndex.java  |  4 ++
 .../index/property/OptionIndexTagTests.java        | 70 ++++++++++++++++++++++
 .../index/lucene/util/IndexDefinitionBuilder.java  |  3 +-
 .../oak/plugins/index/lucene/IndexPlannerTest.java | 38 ++++++++++++
 .../util/LuceneIndexDefinitionBuilderTest.java     | 26 +++++++-
 .../oak/plugins/index/search/IndexDefinition.java  |  9 +++
 .../search/spi/query/FulltextIndexPlanner.java     |  4 ++
 .../index/search/util/IndexDefinitionBuilder.java  |  7 +++
 .../search/util/IndexDefinitionBuilderTest.java    | 21 ++++++-
 11 files changed, 188 insertions(+), 10 deletions(-)
 copy oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/{IndexPathService.java => IndexSelectionPolicy.java} (79%)