You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by GitBox <gi...@apache.org> on 2021/10/14 10:33:05 UTC

[GitHub] [jackrabbit-oak] etugarev commented on a change in pull request #378: OAK-9587 - Add an attribute to enforce a strict index tag check

etugarev commented on a change in pull request #378:
URL: https://github.com/apache/jackrabbit-oak/pull/378#discussion_r728851513



##########
File path: oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/property/PropertyIndex.java
##########
@@ -183,6 +184,10 @@ private static boolean wrongIndex(ChildNodeEntry entry, Filter filter, NodeState
             }
             // no tag matches
             return true;
+        } else if (tags != null && IndexSelectionPolicy.TAG.equals(

Review comment:
       done




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org