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



##########
File path: 
oak-search/src/main/java/org/apache/jackrabbit/oak/plugins/index/search/IndexDefinition.java
##########
@@ -288,6 +288,8 @@
     @Nullable
     private final String[] indexTags;
 
+    private final String tagsMatchingPolicy;

Review comment:
       indexTagsMatchingPolicy

##########
File path: 
oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/IndexConstants.java
##########
@@ -114,6 +114,11 @@
      */
     String INDEX_TAGS = "tags";
 
+    /**
+     * The property to indicate tags matching policy. Currently, only 
'TagsMatchingPolicy.STRICT' has effect
+     */
+    String TAGS_MATCHING_POLICY = "tagsMatchingPolicy";

Review comment:
       I think INDEX_TAGS_MATCHING_POLICY should be used.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to