This is an automated email from the ASF dual-hosted git repository.
thomasm pushed a change to branch OAK-11504
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
from bf2aa9bd7b OAK-11504 Elasticsearch: support flattened fields
add 3c4f4c4e47 OAK-11451 : removed usage of Guava Iterables.concat (#2049)
add 3a923e6827 OAK-11507 : using oak-commons IterableUtils inplace of
commons-collections4 (#2100)
add 6331a5a979 OAK-11508: [oak-search-elastic] is null / is not null
queries should resolve the field name (#2101)
add 4c7ec478c4 OAK-11252 Disabling flaky test (#2103)
add 4984c929b0 OAK-11509 Incremental flat file store: reduce logging
(#2102)
add 07335f52a4 OAK-11504 Elasticsearch: support flattened fields -
indentation changes only (#2104)
add c59bbf479d Merge branch 'trunk' into OAK-11504
No new revisions were added by this update.
Summary of changes:
.../external/impl/ExternalLoginModule.java | 3 +-
.../principal/ExternalGroupPrincipalProvider.java | 4 +-
.../external/basic/DefaultSyncContextTest.java | 2 +-
.../external/impl/AbstractDynamicTest.java | 2 +-
.../external/impl/DynamicSyncContextTest.java | 2 +-
.../impl/principal/AbstractPrincipalTest.java | 2 +-
.../ExternalPrincipalConfigurationTest.java | 2 +-
.../principal/SyncHandlerMappingTrackerTest.java | 2 +-
.../ldap/impl/LdapIdentityProviderTest.java | 2 +-
.../authorization/cug/impl/NestedCugHook.java | 2 +-
.../cug/impl/CugPermissionProviderTest.java | 2 +-
.../authorization/cug/impl/CugPolicyImplTest.java | 2 +-
.../authorization/cug/impl/NestedCugHookTest.java | 2 +-
.../authorization/cug/impl/VersionTest.java | 2 +-
.../impl/PrincipalBasedAccessControlManager.java | 3 +-
.../impl/PrincipalPolicyValidatorProvider.java | 2 +-
.../principalbased/impl/PolicyValidatorTest.java | 2 +-
.../impl/PrincipalPolicyImporterTest.java | 2 +-
.../principalbased/PrinicipalBasedReadTest.java | 3 +-
.../jackrabbit/oak/core/SecureNodeBuilder.java | 2 +-
.../oak/plugins/index/IndexPathServiceImpl.java | 2 +-
.../jackrabbit/oak/plugins/index/IndexUpdate.java | 2 +-
.../index/nodetype/NodeTypeIndexLookup.java | 3 +-
.../index/property/PropertyIndexLookup.java | 4 +-
.../plugins/index/property/PropertyIndexPlan.java | 4 +-
.../plugins/index/reference/ReferenceIndex.java | 3 +-
.../oak/plugins/index/upgrade/IndexDisabler.java | 2 +-
.../migration/AbstractDecoratedNodeState.java | 4 +-
.../migration/version/VersionHistoryUtil.java | 4 +-
.../oak/plugins/name/NamespaceEditor.java | 2 +-
.../plugins/nodetype/EffectiveNodeTypeImpl.java | 3 +-
.../oak/plugins/nodetype/EffectiveType.java | 5 +-
.../plugins/nodetype/ReadOnlyNodeTypeManager.java | 2 +-
.../oak/plugins/nodetype/TypeRegistration.java | 2 +-
.../oak/plugins/tree/impl/AbstractTree.java | 2 +-
.../authentication/token/TokenLoginModule.java | 3 +-
.../authentication/user/LoginModuleImpl.java | 3 +-
.../authorization/AuthorizationContext.java | 3 +-
.../accesscontrol/AccessControlManagerImpl.java | 2 +-
.../accesscontrol/AccessControlValidator.java | 2 +-
.../authorization/restriction/GlobsPattern.java | 2 +-
.../authorization/restriction/SubtreePattern.java | 2 +-
.../internal/SecurityProviderRegistration.java | 3 +-
.../jackrabbit/oak/core/SecureNodeBuilderTest.java | 2 +-
.../index/property/AsyncPropertyIndexTest.java | 2 +-
.../plugins/index/property/PropertyIndexTest.java | 2 +-
.../plugins/migration/FilteringNodeStateTest.java | 2 +-
.../oak/plugins/tree/impl/TreeUtilTest.java | 2 +-
.../AuthenticationConfigurationImplTest.java | 2 +-
.../permission/PermissionHookTest.java | 2 +-
.../internal/InternalSecurityProviderTest.java | 2 +-
.../internal/SecurityProviderRegistrationTest.java | 2 +-
.../security/user/AbstractAddMembersByIdTest.java | 2 +-
.../oak/security/user/MembershipBaseTest.java | 2 +-
.../oak/security/user/UserContextTest.java | 2 +-
.../oak/security/user/action/GroupActionTest.java | 2 +-
.../oak/composite/CompositeNodeStoreTest.java | 2 +-
.../jackrabbit/oak/spi/state/NodeStoreTest.java | 2 +-
.../jackrabbit/oak/jcr/delegate/NodeDelegate.java | 2 +-
.../oak/jcr/observation/EventFactory.java | 2 +-
.../jackrabbit/oak/jcr/ObservationQueueTest.java | 2 +-
.../jackrabbit/oak/jcr/binary/BinaryAccessIT.java | 2 +-
.../index/lucene/LuceneIndexNodeManager.java | 3 +-
.../plugins/index/lucene/LucenePropertyIndex.java | 3 +-
.../index/lucene/hybrid/LuceneDocumentHolder.java | 3 +-
.../lucene/property/HybridPropertyIndexLookup.java | 3 +-
.../property/UniquenessConstraintValidator.java | 3 +-
.../index/lucene/util/IndexDefinitionBuilder.java | 3 +-
.../lucene/writer/MultiplexingIndexWriter.java | 10 +--
.../index/lucene/IndexAugmentorFactoryTest.java | 2 +-
.../index/lucene/LucenePropertyIndexTest.java | 2 +-
.../ConcurrentCopyOnReadDirectoryTest.java | 2 +-
.../hybrid/LuceneJournalPropertyBuilderTest.java | 2 +-
.../property/LuceneIndexPropertyQueryTest.java | 2 +-
.../util/LuceneIndexDefinitionBuilderTest.java | 2 +-
.../lucene/writer/MultiplexingIndexWriterTest.java | 2 +-
.../indexer/document/DocumentStoreIndexerBase.java | 1 -
.../indexer/document/NodeStateEntryTraverser.java | 4 +-
.../pipelined/PipelinedTreeStoreStrategy.java | 7 --
.../flatfile/pipelined/PipelinedTreeStoreTask.java | 6 +-
.../incrementalstore/IncrementalStoreBuilder.java | 9 ++-
.../MergeIncrementalTreeStore.java | 10 +--
.../index/indexer/document/tree/Prefetcher.java | 2 +-
.../oak/index/indexer/document/tree/TreeStore.java | 6 +-
.../indexer/document/tree/TreeStoreUtils.java | 2 +-
.../indexer/document/tree/store/FileStore.java | 3 -
.../indexer/document/tree/store/TreeSession.java | 5 --
.../org/apache/jackrabbit/oak/run/cli/Options.java | 3 +-
.../flatfile/ChildNodeStateProviderTest.java | 2 +-
.../apache/jackrabbit/oak/run/FrozenNodeRef.java | 2 +-
.../index/elastic/ElasticIndexImporter.java | 1 -
.../index/elastic/ElasticPropertyDefinition.java | 26 +++----
.../index/elastic/query/ElasticRequestHandler.java | 80 +++++++++++-----------
.../elastic/query/ElasticSuggestIterator.java | 1 -
.../query/async/facets/ElasticFacetProvider.java | 1 -
.../oak/plugins/index/search/IndexDefinition.java | 2 +-
.../search/spi/editor/FulltextDocumentMaker.java | 3 +-
.../search/spi/editor/FulltextIndexEditor.java | 3 +-
.../index/search/util/IndexDefinitionBuilder.java | 3 +-
.../jackrabbit/oak/plugins/tree/TreeUtil.java | 2 +-
.../oak/spi/security/CompositeConfiguration.java | 3 +-
.../security/privilege/PrivilegeBitsProvider.java | 2 +-
.../jackrabbit/oak/plugins/tree/TreeUtilTest.java | 2 +-
.../spi/security/CompositeConfigurationTest.java | 2 +-
.../oak/spi/security/OpenSecurityProviderTest.java | 2 +-
.../security/authentication/AuthInfoImplTest.java | 2 +-
.../authorization/permission/PermissionsTest.java | 2 +-
.../principal/CompositePrincipalProviderTest.java | 2 +-
.../privilege/PrivilegeBitsProviderTest.java | 2 +-
.../apache/jackrabbit/oak/segment/MapRecord.java | 6 +-
.../jackrabbit/oak/segment/file/tar/TarFiles.java | 2 +-
.../oak/segment/file/proc/DataSegmentNodeTest.java | 2 +-
.../jackrabbit/oak/plugins/document/Branch.java | 5 +-
.../oak/plugins/document/DocumentNodeState.java | 2 +-
.../oak/plugins/document/DocumentNodeStore.java | 5 +-
.../oak/plugins/document/NodeDocument.java | 3 +-
.../oak/plugins/document/TieredDiffCache.java | 3 +-
.../plugins/document/VersionGarbageCollector.java | 2 +-
.../plugins/document/cache/NodeDocumentCache.java | 5 +-
.../document/mongo/MongoVersionGCSupport.java | 4 +-
.../plugins/document/rdb/RDBVersionGCSupport.java | 3 +-
.../secondary/DelegatingDocumentNodeState.java | 2 +-
.../oak/plugins/document/BackgroundWriteTest.java | 2 +-
.../oak/plugins/document/BranchCommitGCTest.java | 1 +
.../document/ClusterRevisionComparisonTest.java | 2 +-
.../plugins/document/ConcurrentReadAndAddTest.java | 2 +-
.../plugins/document/DocumentMKBuilderTest.java | 2 +-
.../plugins/document/DocumentNodeStoreTest.java | 2 +-
.../oak/plugins/document/DocumentSplitTest.java | 2 +-
.../oak/plugins/document/JournalGCTest.java | 2 +-
.../plugins/document/LargeMergeRecoveryTest.java | 2 +-
.../plugins/document/LastRevRecoveryAgentTest.java | 2 +-
.../oak/plugins/document/LastRevRecoveryTest.java | 2 +-
.../document/LastRevSingleNodeRecoveryTest.java | 2 +-
.../plugins/document/MissingLastRevSeekerTest.java | 2 +-
.../MongoVersionGCSupportDefaultNoBranchTest.java | 2 +-
.../oak/plugins/document/NodeDocumentTest.java | 2 +-
.../oak/plugins/document/RevisionVectorTest.java | 2 +-
.../oak/plugins/document/VersionGCQueryTest.java | 2 +-
.../oak/plugins/document/VersionGCTest.java | 2 +-
.../plugins/document/VersionGCWithSplitTest.java | 2 +-
.../document/VersionGarbageCollectorIT.java | 2 +-
.../document/bundlor/DocumentBundlingTest.java | 2 +-
.../secondary/DelegatingDocumentNodeStateTest.java | 2 +-
.../oak/plugins/document/util/UtilsTest.java | 2 +-
.../oak/plugins/memory/ModifiedNodeState.java | 8 +--
.../oak/plugins/memory/PropertyValues.java | 2 +-
.../oak/spi/commit/BackgroundObserver.java | 2 +-
.../jackrabbit/oak/spi/commit/MoveTracker.java | 4 +-
149 files changed, 251 insertions(+), 246 deletions(-)